# Configuring your Streaming Software

VoxBot integrates directly into your streaming software or app as a browser source. This means there are no downloads, no finicky plugins, and no complex setup. All you need to do is add a URL.

### Adding VoxBot to OBS

1. Open OBS Studio
2. Add a Browser Source to your scene
3. Enter your browser source URL (found [here](https://vox.bot/dashboard/playback)) & enable "Control audio via OBS"
4. Click OK to save the source
5. Open the 3 dot menu of the browser source audio mixer in the bottom panel and open "Advanced audio properties"
6. Set audio monitoring for the TTS browser source to "Monitor and Output" (If you hear double audio set this to "Monitor Only" or "Monitor Off")

<figure><img src="/files/QZMIvzHKUSY9H60yod0v" alt="Adding VoxBot to OBS as a browser source"><figcaption></figcaption></figure>

### Adding VoxBot to Meld Studio

1. Open Meld Studio
2. Add a Browser Layer
3. Enter your browser source URL (found [here](https://vox.bot/dashboard/playback))
4. Enable "Add an audio track for the source"

<figure><img src="/files/NuvVcDdUTrqKfcMTpzLa" alt="Adding VoxBot to Meld Studio as a browser source"><figcaption></figcaption></figure>

### Adding VoxBot to Streamlabs

1. Open Streamlabs
2. Add a Browser Source
3. Enter your browser source URL (found [here](https://vox.bot/dashboard/playback)) & enable "Control audio via Streamlabs"
4. Disable "Shutdown source when not visible"
5. Press "Close" and open the audio mixer settings
6. Set audio monitoring for the TTS browser source to "Monitor and Output" (If you hear double audio set this to "Monitor Only" or "Monitor Off")

<figure><img src="/files/6HG5wPudPWBMVQvTRxh7" alt="Adding VoxBot to Streamlabs as a browser source"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.vox.bot/getting-started/configuring-your-streaming-software.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
