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

# Manage Your Discord Server from the Volvox.Bot Dashboard

> Tour of the Volvox.Bot web dashboard, including analytics, conversations, moderation, warnings, members, tickets, audit log, AI usage, and settings sections.

# Dashboard overview

The dashboard at [volvox.bot](https://volvox.bot) is your control center. Log in with Discord, select a server, and manage everything from the sidebar.

If Volvox.Bot is not installed in any server you can manage, the dashboard opens the server picker. Servers you can manage show **Manage** when the bot is installed and **Add Bot** when it still needs to be invited.

Use the question-mark button in the dashboard header to open documentation for the current page, analytics sub-tab, or settings tab.

## Sections

<CardGroup cols={3}>
  <Card title="Analytics" href="/features/analytics#messages-dashboard">
    Message, voice, community, AI usage, and health metrics. Sub-tabs live at `?tab=messages`, `?tab=voice`, and `?tab=community`.
  </Card>

  <Card title="Conversations" href="/features/ai-conversations#conversations-dashboard">
    View, search, and manage AI conversation history
  </Card>

  <Card title="Moderation" href="/features/moderation#moderation-dashboard">
    Cases, warnings, bans, timeouts, auto-mod rules
  </Card>

  <Card title="Warnings" href="/features/moderation#warnings-dashboard">
    Active warning inventory, severity filters, and member warning records
  </Card>

  <Card title="Members" href="/features/moderation#member-details-dashboard">
    Member stats, roles, XP, moderation history, and CSV export
  </Card>

  <Card title="Tickets" href="/features/tickets#tickets-dashboard">
    Open and closed tickets, transcripts, settings
  </Card>

  <Card title="Audit log" href="/features/audit-log#audit-log-dashboard">
    Dashboard changes, moderation actions, automation events, and raw details
  </Card>

  <Card title="Settings" href="/configuration/bot-settings#settings-tabs">
    Feature toggles, welcome flow, moderation rules, AI settings, tickets, and community tools
  </Card>

  <Card title="Setup wizard" href="/getting-started#run-the-setup-wizard">
    Guided setup for welcome, safety, tickets, reputation, starboard, TL;DR, roles, and AI model selection
  </Card>

  <Card title="Performance" href="/features/analytics#performance-dashboard">
    Operator-only bot health, response times, triage latency, and resource usage
  </Card>

  <Card title="AI Usage" href="/features/analytics#ai-usage-ops-dashboard">
    Operator-only deployment-wide token, cache, cost, provider, model, and server usage
  </Card>

  <Card title="Logs" href="/dashboard#operator-only-sections">
    Operator-only live bot logs across all servers for debugging, with filters for server, channel,
    level, module, and message text.
  </Card>
</CardGroup>

## Dashboard links

| Dashboard surface                | Route                                          | Documentation                                                                        |
| -------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------ |
| Analytics - Messages             | `/dashboard?tab=messages`                      | [Messages dashboard](/features/analytics#messages-dashboard)                         |
| Analytics - Voice Tracking       | `/dashboard?tab=voice`                         | [Voice Tracking dashboard](/features/analytics#voice-tracking-dashboard)             |
| Analytics - Community Engagement | `/dashboard?tab=community`                     | [Community Engagement dashboard](/features/analytics#community-engagement-dashboard) |
| Moderation                       | `/dashboard/moderation`                        | [Moderation dashboard](/features/moderation#moderation-dashboard)                    |
| Warnings                         | `/dashboard/warnings`                          | [Warnings dashboard](/features/moderation#warnings-dashboard)                        |
| Members                          | `/dashboard/members`                           | [Member details dashboard](/features/moderation#member-details-dashboard)            |
| Conversations                    | `/dashboard/conversations`                     | [Conversations dashboard](/features/ai-conversations#conversations-dashboard)        |
| Tickets                          | `/dashboard/tickets`                           | [Tickets dashboard](/features/tickets#tickets-dashboard)                             |
| Audit Log                        | `/dashboard/audit-log`                         | [Audit Log dashboard](/features/audit-log#audit-log-dashboard)                       |
| AI Usage                         | `/dashboard/ai-usage`                          | [AI usage ops dashboard](/features/analytics#ai-usage-ops-dashboard)                 |
| Performance                      | `/dashboard/performance`                       | [Performance dashboard](/features/analytics#performance-dashboard)                   |
| Logs                             | `/dashboard/logs`                              | [Operator-only sections](#operator-only-sections)                                    |
| Settings                         | `/dashboard/settings/<category>?tab=<feature>` | [Settings tabs](/configuration/bot-settings#settings-tabs)                           |
| Setup wizard                     | `/dashboard/setup`                             | [Run the setup wizard](/getting-started#run-the-setup-wizard)                        |

## Operator-only sections

<Callout type="info">
  **AI Usage**, **Performance**, and **Logs** are only visible to global admins who operate the Volvox.Bot deployment. AI Usage shows global token, cache, cost, model/provider, and top-server usage from the shared `ai_usage` telemetry table. Performance owns deployment health, resource trends, and latency diagnostics. Logs stream across all servers by default, and operators can narrow the live stream by server before using server-specific channel filters. Normal server owners and admins manage their own server through the other dashboard sections. If a self-hosted logs tab repeatedly reconnects or reports WebSocket frame errors, restart the bot/API process and confirm the browser can reach `BOT_PUBLIC_URL`.
</Callout>
