# Dashboard Overview

The Solmate web dashboard at [solmatebot.com](https://solmatebot.com) gives you full control over all of Solmate's features without needing to type Discord commands.

## Logging In

1. Go to [solmatebot.com](https://solmatebot.com)
2. Click **Login** in the top navigation
3. Authorize with your Discord account

## Selecting a Server

After logging in, go to [solmatebot.com/manage](https://solmatebot.com/manage) to see all your servers.

<figure><img src="https://solmatebot.com/docs/placeholder-dashboard-servers.png" alt=""><figcaption><p>Server selection page</p></figcaption></figure>

You'll see two sections:

* **Managed servers** — servers where Solmate is already installed. Click to manage.
* **Unmanaged servers** — servers you own but haven't added Solmate to. Click to invite the bot.

## Server Management

After selecting a server, you'll see the management dashboard with these tabs:

<figure><img src="https://solmatebot.com/docs/placeholder-dashboard-sidebar.png" alt=""><figcaption><p>Dashboard sidebar with navigation tabs</p></figcaption></figure>

| Tab              | What you can do                                                        |
| ---------------- | ---------------------------------------------------------------------- |
| **General**      | View server info and quick links to other tabs                         |
| **Settings**     | Configure tracker behavior, verification settings, and display options |
| **Plans**        | View current plan, compare plans, upgrade or manage subscription       |
| **Trackers**     | Add, remove, pause, resume, and bulk-manage wallet trackers            |
| **Verification** | Set up holder roles, refresh verifications, export data                |
| **Snapshots**    | Create and download holder snapshots for collections and tokens        |

{% hint style="info" %}
The dashboard is fully responsive and works on mobile. On smaller screens, use the menu button to access the sidebar.
{% endhint %}

## Quick Links

* **Dashboard home:** [solmatebot.com/manage](https://solmatebot.com/manage)
* **Account & wallets:** [solmatebot.com/account](https://solmatebot.com/account)


---

# 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.solmatebot.com/web-dashboard/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.
