# Creating your Account

Before you can use VoxBot you will need to create an account. Creating an account is 100% free and only takes a couple of minutes to sign up and connect your first streaming platform. After you sign up, you have full access to the VoxBot dashboard.

### Signing Up

On the landing page of VoxBot click "Sign In". You will be redirected to the login page where you can create an account or sign into an existing account. Currently we support sign in with Google and sign in with Discord. Choose either of these options and an account will be automatically created.

<figure><img src="/files/a1ZckqyGpHefTlIuiZoJ" alt="VoxBot Login Modal"><figcaption></figcaption></figure>

### Connecting a Streaming Platform

After creating an account and being redirected to the VoxBot dashboard you will be asked to add a streamer. You can optionally skip this step, but until you connect a channel to your VoxBot account you will not be able to use TTS. If you skip this step, or if you want to add an additional streamer in the future, you can access this page again by clicking "Add new streamer" in the channel selector on the bottom left of the dashboard.

**Link New Account**

* Choose this option if you are setting up VoxBot on a new channel.
* Connect a channel from Twitch, Kick, Youtube, TikTok, Rumble, PumpFun, Trovo, or Parti.

**Join a Team**

* Choose this option if someone sent you a code to join their VoxBot team.
* This will add you to an existing VoxBot team where you can help manage the configuration of another streamer.

<figure><img src="/files/jHQjjGtX9C9Jjb3YLxz3" alt="Add a Streamer modal"><figcaption></figcaption></figure>

### Connecting Multiple Platforms

If you multistream there is no limit to the number of channels you can connect to your VoxBot account. In the [settings](https://vox.bot/dashboard/settings) page you can add a channel from all the platforms you stream on. VoxBot will receive all messages from these platforms and use them to generate TTS.

<figure><img src="/files/m5O9LAkJHK3uk7yn60Ap" alt="Platform Connections in settings page"><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/creating-your-account.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.
