# Dashboard

### Sending the Dashboard

**Note:** Only an administrator can create the dashboard.

1. **Creating the Dashboard:** To start, type [`/start`](https://docs.badbears.io/overview/getting-started). This will allow you to create channels or directly access the dashboard using `/dashboard`.

### Using the Dashboard

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2FlJ5v70LdmAvEbHWQ9fwN%2Fimage.png?alt=media&#x26;token=738ae8fa-6061-42b9-b2e2-5767d0cc5a5e" alt=""><figcaption><p>Preview of the dasboard</p></figcaption></figure>

#### Buttons on the Main Embed:

1. **⚡My Dashboard:** Navigates to your personal dashboard with details about your Points, NFTs, and more.
2. **🏆 View Leaderboard:** Showcases users with the highest Point counts.
3. **🔎 Check NFT Balance:** Allows users to check the balance of specific NFTs from your activated collections.

### Detailed Features:

<details>

<summary>⚡️ My Dashboard</summary>

This embed provides an overview of your account:

* Your Points balance.
* Daily Points generation rate.
* The time for your next claim.
* The number of NFTs you own from the server's imported collections.

**Dashboard Buttons:**

1. **Claim Tokens:** Harvest all the Points from your NFTs.
2. **🔗 Pair/Unpair NFTs:** These buttons are visible only when the server has a multiplier. Use them to pair or unpair NFTs.
3. **🔎 Browse NFTs:** Navigate through your NFTs from imported collections. Check details and harvest tokens from generator NFTs. [Read More](https://docs.badbears.io/standard-features/dashboard/browse-nfts)
4. **⚙️ Wallets:** Manage your wallets – adding or removing them. Here, you can also switch your primary wallet. [Read More](https://docs.badbears.io/standard-features/dashboard/wallets)

</details>

<details>

<summary>🏆 View Leaderboard</summary>

Displays users with the highest Points counts.

<img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2F84wFZgn1sVwHOvCa6uw6%2Fimage.png?alt=media&#x26;token=768de498-d9bd-495a-a552-1baaa529d500" alt="Points Overview" data-size="original">

To exclude certain roles from appearing in the Leaderboard, visit [Settings](https://docs.badbears.io/settings/settings/achievements) > Achievements&#x20;

</details>

<details>

<summary>🔎 Check NFT Balance</summary>

1. Use the dropdown select to pick an activated NFT collection.
2. A modal will appear. Here, you'll need to input the NFT ID and click `Submit`.
3. An embed will display with details about the NFT – including its owner, balance, and a link button to its OpenSea page.

</details>

### Learn More About:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🔎 <strong>Browse NFTs</strong></td><td>The browse NFTs is the way for users to check their NFTs from imported collections and harvest generators.</td><td></td><td><a href="dashboard/browse-nfts">browse-nfts</a></td></tr><tr><td>💰 <strong>Wallets</strong></td><td>The wallets section in the dashboard is the place to be to manage all your wallets.</td><td></td><td><a href="dashboard/wallets">wallets</a></td></tr></tbody></table>


---

# 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.badbears.io/standard-features/dashboard.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.
