> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/tavus.md).

# Tavus

### Prerequisites

Assigning this channel to an application requires a one-time integration of Tavus in your NLX workspace.

<a href="/pages/hQcqEdC1q0kr6TOtki4z" class="button primary">Integrate Tavus</a>

### Add channel to app

1. Navigate to *Channels* tab of your application&#x20;
2. Expand Tavus option
3. Select *+ Create channel*
4. Choose your Tavus workspace integration from the *Integration* dropdown
5. Click *Create channel*
6. Create an app [build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#step-3-deploy)

### Provide URL to Tavus

Once you've set up the Tavus channel and deployed your application in NLX, you'll need to provide the URL to Tavus:

7. From the Configuration tab of your application, click the *Tavus* channel and choose Setup instructions
8. Copy the *API key* of your application
9. Copy the *Application URL*
10. Login to your [Tavus portal](https://platform.tavus.io/)
11. Navigate to the *Create Persona* page > Click the *Language Model (LLM)* under the *Layers* section
12. Select *Custom* form the model name dropdown
13. Paste the *Application URL* copied earlier into the *Base URL* field
14. Paste the *API key* copied earlier into the *API key* field
15. Deselect *Enable Speculative Inference*
16. When finished, click *Create Persona*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nlx.ai/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/tavus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
