# Dashboard

### What is Dashboard?

{% hint style="info" %}
Dashboard is the place where Squad owners can monitor all of their treasury and developer assets and can quickly access any of them in just one click.
{% endhint %}

### What can I monitor with it?

Dashboard consists of the following parts:

1. **Vault** - here you can see the total balance of your Squad and all SPL tokens currently inside your vault. (Learn more [Vault](/main/squads-legacy/navigating-your-squad/vault.md))
2. **Managed assets -** here you can monitor all developer assets under your management:

a. Programs (learn more [Programs](/main/squads-legacy/navigating-your-squad/developers/programs.md))

b. Tokens (learn more [Token Manager](/main/squads-legacy/navigating-your-squad/developers/token-manager.md))

c. Validators (learn more [Validators](/main/squads-legacy/navigating-your-squad/developers/validators.md))

d. NFT collections (learn more [Creators](/main/squads-legacy/navigating-your-squad/creators.md))

3. **Transactions -** here you can see the number of active transactions and those waiting for execution. (Learn more [Transaction](/main/squads-legacy/development/pdas/transaction.md))
4. **Info** - here you can find the information about your Squad threshold and when it was modified. It also provides you with the total number of owners in your Squad.                                     (Learn more [Owners and Settings](/main/squads-legacy/navigating-your-squad/owners-and-settings.md))
5. **Stake -** here you can see all of your staked assets (validator and liquid stake).                     (Learn more [Staking](/main/squads-legacy/integrations/staking.md))
6. **NFT** - here you can see all of the collections and the number of NFTs you have in the NFT gallery. (learn more[Vault](/main/squads-legacy/navigating-your-squad/vault.md#nfts))
7. **"Learn more" section** - here you can explore additional content about platform features.

<figure><img src="/files/6IiyzJqn8BAyMl1cnwvT" alt=""><figcaption><p>Dashboard tab</p></figcaption></figure>


---

# 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.squads.so/main/squads-legacy/navigating-your-squad/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.
