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

# Dashboard Overview

> Manage your entire server from a centralized, beautiful web interface.

## Overview

The Flare Dashboard is the control center for your server. Instead of forcing you to remember complex command syntaxes to configure filters or logs, everything is available through a sleek, responsive web UI.

Any changes made on the dashboard are pushed to your Discord server instantly—no restarting or reloading required.

<Frame>
  <img src={imagesJson?.dashboard_overview || ""} alt="Flare Dashboard Overview" />
</Frame>

***

## Navigating the Dashboard

Once you select your server, the dashboard is split into several intuitive sections on the left sidebar:

<CardGroup cols={2}>
  <Card title="Modules" icon="grid-2" href="/dashboard/modules">
    The core of Flare. Toggle and configure AntiNuke, AutoMod, Logging, Welcome, and more.
  </Card>

  <Card title="Settings" icon="gear" href="/dashboard/settings">
    Manage your server's prefix, timezone, and global bot behavior.
  </Card>

  <Card title="Premium" icon="crown" href="/dashboard/premium">
    View your premium status, assign premium tokens to servers, and manage subscriptions.
  </Card>

  <Card title="Account" icon="user" href="/dashboard/account">
    Manage your personal Discord connection and preferences.
  </Card>
</CardGroup>

***

## Saving Changes

<Warning>
  Always remember to click the **Save Changes** button at the bottom of the page after modifying a module. Navigating away from the page without saving will discard your edits.
</Warning>

## Why Use the Dashboard?

While almost all of Flare's features can be configured via Slash Commands, the dashboard provides:

1. **Visual Previews:** See exactly what your welcome embeds will look like before saving.
2. **Bulk Edits:** Modify 10 AutoMod thresholds at once instead of running 10 separate commands.
3. **Mobile Friendly:** Manage your server's security from your phone browser while away from your PC.
