# VoxBot Docs

## Documentation

- [What is VoxBot](https://docs.vox.bot/readme.md)
- [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.
- [Supported Platforms](https://docs.vox.bot/about/supported-platforms.md): Information on the platforms supported by VoxBot.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.vox.bot/readme.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.
