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

# Deploy Your Video Agent

> Learn how to deploy your Video Agent and make it available for real-time customer interactions.

# Deploy Your Video Agent

Once your Video Agent has been configured with an avatar, voice, system prompt, and optional Knowledge Base, it's ready to be deployed.

Deploying a Video Agent makes it available for customer interactions through your selected channels or applications.

***

## Before You Deploy

Ensure your Video Agent is fully configured:

* Agent name is configured
* Avatar is selected
* Voice is configured
* System Prompt is complete
* Welcome message is configured
* Knowledge Base is attached (optional)

<Check>
  Review your configuration carefully before deploying to ensure the best customer experience.
</Check>

***

## Deploy Your Agent

To deploy your Video Agent:

1. Open the **Video Agents** section.
2. Select the Video Agent you want to deploy.
3. Verify all configuration settings.
4. Click **Deploy** or **Publish**.
5. Wait for the deployment process to complete.

Once deployed, your Video Agent is ready to interact with users.

***

## Test Before Going Live

Before sharing your Video Agent with customers, perform a few test conversations.

Verify that:

* The avatar loads correctly.
* The selected voice sounds natural.
* Greetings are delivered correctly.
* Questions are answered accurately.
* Knowledge Base responses are correct.
* Integrations and tools work as expected.

Testing helps identify issues before customers interact with the agent.

***

## Monitor Performance

After deployment, monitor your Video Agent regularly.

Review:

* Conversation history
* User interactions
* Response accuracy
* Engagement metrics
* Errors or failed requests
* Tool execution logs

Continuous monitoring helps improve the overall experience.

***

## Update Your Video Agent

Your Video Agent can be updated at any time after deployment.

Common updates include:

* Editing the System Prompt
* Changing the avatar
* Updating the voice
* Connecting additional Knowledge Bases
* Adding new integrations
* Improving conversation instructions

Changes can be published whenever you're ready.

***

## Best Practices

* Test your Video Agent before every production deployment.
* Keep your Knowledge Base updated with the latest information.
* Use clear and specific instructions in the System Prompt.
* Monitor conversations regularly to identify improvement opportunities.
* Update your agent as your business processes evolve.

***

## Related Guides

<CardGroup cols={2}>
  <Card title="Create a Video Agent" icon="video" href="/video-agents/create-video-agent">
    Learn how to create and configure a new Video Agent.
  </Card>

  <Card title="Connect a Knowledge Base" icon="book-open" href="/video-agents/knowledge-base">
    Provide your Video Agent with accurate business information using Knowledge Bases.
  </Card>
</CardGroup>

<Note>
  Deploying a Video Agent publishes its current configuration. Any future changes should be tested before being deployed again to ensure a consistent user experience.

  <CardGroup cols={2}>
    <Card title="Previous" icon="arrow-left" href="/video-agents/knowledge-base">
      Review or update your Knowledge Base.
    </Card>

    <Card title="API Reference" icon="code" href="/api-reference/VideoAgents/getVideoAgents">
      Learn how to manage Video Agents programmatically using the API.
    </Card>
  </CardGroup>
</Note>
