# Overview

The VoiceStats Dashboard allows you to easily configure your server's statistics settings, filters, and premium features all in one place.

## How to Log In to the Dashboard?

{% stepper %}
{% step %}

### Visit the Website

First, go to the VoiceStats [website](https://voicestats.xyz/).
{% endstep %}

{% step %}

### Log In to Your Account

Click the **Login** button located in the top right corner.
{% endstep %}

{% step %}

### Authorize Discord

On the Discord login screen that appears, click the **Authorize** button to allow the application to connect with your account.
{% endstep %}

{% step %}

### Open the Dashboard

Once logged in, click on your profile avatar in the top right corner and select **Dashboard** from the dropdown menu.
{% endstep %}

{% step %}

### Select Your Server

On the "Select a server" screen, find the server you want to configure and click the **Manage Server** button below it.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you cannot see the server you want to manage in the list, make sure you have the "**Manage Server**" permission in that specific Discord server.
{% endhint %}


---

# 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.voicestats.xyz/dashboard/overview.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.
