# Available Immediately Inputs
What is it
The available immediately inputs are push inputs which are created along with a workflow creation. Whereas a normal input is created only when a channel is started. This allows to have the push URLs available before the Live Channel has been started. To set an available immediately input you need to set the boolean variable availableImmediately to true when creating a workflow:
"settings": {
"inputs": [
{
"createInput": {
"type": "VIRTUAL_INPUT",
"protocol": "RTMP_PUSH",
"availableImmediately": true
}
}
]
Once the availableImmediately has been set to
View the push URLs