# Getting Started

- [Creating your Account](https://docs.vox.bot/getting-started/creating-your-account.md): Creating an account and connecting the platforms you stream on.
- [Creating TTS commands](https://docs.vox.bot/getting-started/creating-tts-commands.md): Setting up text-to-speech commands that can be used by chat.
- [Configuring your Streaming Software](https://docs.vox.bot/getting-started/configuring-your-streaming-software.md): Add VoxBot as a browser source to OBS, Streamlabs, Meld Studio, your IRL streaming app, or anything else you use to stream.
- [Using Text-to-Speech](https://docs.vox.bot/getting-started/using-text-to-speech.md): Trigger TTS messages by sending a message in your stream chat.


---

# 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.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.
