> For the complete documentation index, see [llms.txt](https://shyft-wallet.gitbook.io/shyft-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shyft-wallet.gitbook.io/shyft-wallet/user-guides/dashboard-overview.md).

# Dashboard Overview

Shyft Dashboard gives you an easy way to view and manage your assets.

Here is what you'll see on it:

<figure><img src="/files/elKLkDz5myqaSqsQQIsR" alt="" width="375"><figcaption></figcaption></figure>

1. **Choose Network:** Change networks and see assets you have on each.
2. **QR Code:** Show your QR Code for other to send you assets.
3. **Settings**: Set a PIN code, FaceID/ Fingerprint to protect your wallet; customize the language, theme, currency, and default screen you see when you open it.
4. **Username and Wallet Address**: Display your username and wallet address.
5. **Total Assets**: Estimated total value of your tokens, NFTs in the wallet, and assets on DeFi platforms such as staked assets.
6. **Send/Receive**: Buttons for sending and receiving tokens.
7. **Tokens:** Tokens/coins in the currently activated wallet.
8. **Other Features**: Button panel to see transaction history, discover dApps, return to wallet.

[<br>](https://shyftwallet.gitbook.io/docs/getting-started/creating-a-wallet)


---

# 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://shyft-wallet.gitbook.io/shyft-wallet/user-guides/dashboard-overview.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.
