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

# The Dashboard

## Dashboard

The **Dashboard** displays a quick overview of the **Borrow**, **Pool**, and **Stake** Tabs. Refer to the dashboard to see all your positions neatly in one place.

![](/files/cuBogM2jspiI5fc5kOia)

### Borrow Summary

The **Borrow Summary** highlights your **Collateralization Ratio**, **Borrowed YUSD**, and **Total Collateral**. It also displays the **System Collateral Ratio**. If you want to learn more the importance of the system collateral ratio, click [here](https://techdocs.yeti.finance/how-does-yeti-finance-work/recovery-mode#what-is-the-total-collateral-ratio-1).

To learn more about how to adjust your Trove, add collateral types, or borrow YUSD, see the [Borrowing section ](/using-yeti-finance/borrowing.md)for more information.

![](/files/Gtud9vNh1Y6I0YQXUoGs)

### Pool Summary

The **Pool Summary** highlights the amount of YUSD you have deposited in the **Stability Pool** and the amount of YUSD in your wallet. To learn more about how to deposit YUSD in the pool, go to [Stability Pool](broken://pages/ZZhmNoXLrPzSGS8yYN2G) for more information.&#x20;

![](/files/XDZ8ULuu3iuT1MgHeyat)

### Stake Summary

The **Stake Summary** highlights the amount of **veYETI** you've accumulated. Go to [Staking Yeti](broken://pages/bYj29WCtmLT86c9FKxVf) on how to stake Yeti and [Tokenomics](broken://pages/cHpnKM1RYEDIlZs0Bert) to learn about veYETI use cases.

![](/files/4Jt383knCBlsgCHPeuJQ)


---

# 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.yeti.finance/using-yeti-finance/the-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.
