> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/navigating-your-squad/dashboard.md).

# Dashboard

The Dashboard helps you monitor all your assets and operations and perform quick actions like token swaps or transaction approvals.

### Breakdown of the Dashboard tab

#### Overview Section

This section provides a comprehensive overview of your Squad:

* **Squad Information**: View essential details such as your Squad's address, approval threshold, and member count.
* **Quick Actions**:
  * Send funds (to external wallets, between sub-accounts, or initiate [off-ramp](/main/getting-started/on-and-off-ramp.md))
  * Deposit assets
  * Swap tokens (powered by [Jupiter](/main/navigating-your-squad/trade.md))
* **Treasury Performance**: Track historical data on your Squad's asset performance.
* **Sub-accounts**: Get an overview of each sub-account, including stored SPL tokens and NFTs.

<figure><img src="/files/aQV4JJ0V0HtbIMmBbkLj" alt="" width="563"><figcaption><p>Overview section</p></figcaption></figure>

#### **Limit Orders**&#x20;

Monitor and manage your Squad's trading activities:

* View currently open limit orders;
* Access the history of all previous orders.

<figure><img src="/files/amZiSEpwmeFCGtwSiEyZ" alt=""><figcaption><p>Limit order section</p></figcaption></figure>

#### **Streams from Streamflow**

For users who have set up vesting plans on Streamflow: track ongoing and outgoing streams linked to your Squads multisig.

<figure><img src="/files/YzRhldb6NG9Fbiam50s6" alt="" width="563"><figcaption><p>Streams section</p></figcaption></figure>

#### **Active transactions**

Stay on top of your Squad's operations:

* View active and ready transactions
* Execute transactions directly from this section

#### **Inflows and Outflows**

Keep track of your Squad's financial movements with a detailed history of all deposits and withdrawals

<figure><img src="/files/fVL2neu8gTrvp1qSFH5E" alt="" width="563"><figcaption><p>Active transactions, inflows and outflows sections</p></figcaption></figure>

#### **Stake**

Manage your staked SOL:

* See the amount of SOL deposited and its current state (staked/unstaked)
* View a breakdown of liquid stake providers and validators used for staking

<figure><img src="/files/xmHKLbnDbOOHqzDJRzhz" alt="" width="563"><figcaption><p>Stake section</p></figcaption></figure>

#### **Managed assets**

Oversee all developer assets delegated to your Squad:

* Programs,
* Validators,
* Tokens,
* and NFT collections.

<figure><img src="/files/tN3nSciopOYpELvMzLWQ" alt="" width="563"><figcaption><p>Managed assets section</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.squads.so/main/navigating-your-squad/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
