> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vetox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard overview

> How the Vetox web dashboard is organised, what lives where, and how changes reach your server.

Almost everything in Vetox is configured at [vetox.io/dashboard](https://vetox.io/dashboard) rather than through chat commands. Sign in with Discord and your servers appear automatically.

## Two kinds of settings

This distinction explains the whole layout:

<CardGroup cols={2}>
  <Card title="Server settings" icon="server">
    Everything about one Discord server — moderation, leveling, tickets, notifications. Changes affect every member of that server.

    Requires permission in that server.
  </Card>

  <Card title="Your account" icon="user">
    Your own profile, Vito balance, membership, badges and customisation. Follows you across every server.

    Only you can change it.
  </Card>
</CardGroup>

## Inside a server

Selecting a server opens its own sidebar. The pages you see depend on which features you have enabled.

| Page                      | What it does                                                                              |
| ------------------------- | ----------------------------------------------------------------------------------------- |
| **Overview**              | Server summary and quick statistics                                                       |
| **Setup**                 | The master switchboard — every feature's on/off switch, plus server language and timezone |
| **Commands**              | Enable, disable and restrict individual commands                                          |
| Feature pages             | One page per enabled feature                                                              |
| **Dashboard Permissions** | Control who else may use this dashboard                                                   |
| **Dashboard Watcher**     | An audit trail of changes made here                                                       |

<Note>
  If a feature you expected is missing from the sidebar, it is almost certainly switched off on the **Setup** page. Most features default to off.
</Note>

## Saving changes

Most pages use a save bar that appears once you edit something. Nothing is applied until you save.

<Steps>
  <Step title="You save in the dashboard">
    The change is written and confirmed.
  </Step>

  <Step title="The bot picks it up">
    Configuration reaches the bot within a few minutes at most, and usually much faster.
  </Step>
</Steps>

<Tip>
  If a change does not appear to have taken effect immediately, wait a minute and try again before re-saving. Configuration is cached briefly for performance.
</Tip>

## Your account pages

| Page                                    | What it shows                               |
| --------------------------------------- | ------------------------------------------- |
| **Overview**                            | A summary of your account                   |
| **Premium**                             | Server premium subscriptions you own        |
| **Membership**                          | Your personal membership tier               |
| **Purchases**                           | Payment requests from connected apps        |
| **Vito transactions**                   | Your currency history                       |
| **Badges**                              | Owned badges and the badge shop             |
| **Profile / Rank / Name customisation** | Cosmetics for your profile and rank cards   |
| **Daily reward**                        | Claim your daily Vito                       |
| **Leaderboards**                        | Global rankings for Vito, XP and reputation |

See [Member features](/en/members/vito) for what each of these does.

## Related

<CardGroup cols={2}>
  <Card title="Server setup" icon="sliders" href="/en/server-management/setup">
    The switchboard where every feature is enabled.
  </Card>

  <Card title="Permissions" icon="user-lock" href="/en/permissions">
    Who can access the dashboard and run commands.
  </Card>
</CardGroup>
