# 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: 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/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.
