> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noxus.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

> Deploy flows as interactive forms accessible to your workspace users

Deploy flows as interactive applications that your workspace users can access directly from the Noxus platform. A deployment gives users a dedicated URL where they can provide inputs, run the flow, and see results — all without touching the editor.

## Form Deployment

Form is the quickest way to put a flow in front of a user. No setup is needed beyond publishing the flow and choosing who is allowed to use it.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/spot-16018069/images/flows/deployments/form-interface.png" alt="Form interface" />
</Frame>

### Deployment

| Field       | Description                                                                                                                                |
| :---------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
| **Status**  | Toggle the deployment **Online** or **Offline**. A published version is required before going online.                                      |
| **Version** | The published flow version this deployment uses.                                                                                           |
| **App URL** | Authenticated URL where users can access the form. Shown once the deployment is online — requires users to be logged in to your workspace. |

<Note>
  A published **version** is required before you can set a deployment to Online. Switch the deployment to **Offline** before editing its configuration.
</Note>

### Access

Control who in your workspace can open the form.

| Field                                   | Description                                                                                 |
| :-------------------------------------- | :------------------------------------------------------------------------------------------ |
| **Custom Instructions**                 | Per-deployment instructions appended to the flow's system prompt.                           |
| **Allow all app users to use this app** | When enabled, every **App user** in the workspace can open the form.                        |
| **Allowed users**                       | When the toggle above is off, pick a specific list of users who can access this deployment. |

### Display

| Field                    | Description                                                                  |
| :----------------------- | :--------------------------------------------------------------------------- |
| **Show output progress** | When enabled, users see which nodes are being processed while the flow runs. |

## Next Steps

* Read the [API Reference](/api-reference/v1/conversations/public-create-conversation) for programmatic access
* Learn about [Agents](/platform/agents/introduction) for conversational deployments
* Explore [Knowledge Bases](/platform/knowledge-bases/introduction) to power your flows and agents with document retrieval
