# Dashboard and Markets

Once you’ve connected your wallet to the application, you’ll be able to freely view the dashboard. Here you can view:

1. Net Asset Value - Indicating the value of your assets, minus the value of your debt.
2. Net APY - Indicating your portfolio's growth or shrinkage and at what annual percentage.
3. Health Factor - A combination of these to show how strong your position is (resilient to market volatility). A higher health factor would indicate your assets are more resilient to volatile market conditions than a lower health factor.
4. Asset Information - This is where you may view the available assets to supply and borrow within Strobe, including the amount you have available in your wallet. After each transaction this is also where you will see your new supply or borrow position represented under the **'Your supplies'** or **'Your borrows'** sections

<figure><img src="/files/7cFnzioSB1WHUvfpq7Nw" alt=""><figcaption></figcaption></figure>

You may also view Supply and Borrow metrics for the available assets under the **'Market'** tab.

<figure><img src="/files/8abQ6yyI2HfUnsXGdune" alt=""><figcaption></figcaption></figure>

You can find further details by selecting **‘Details’** for any asset.

<figure><img src="/files/t3WIxNzHzO2YrXThChqN" alt=""><figcaption></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://strobe-protocol.gitbook.io/strobe-protocol/money-market/user-guide/user-guide-desktop/dashboard-and-markets.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.
