# Portfolio

### **Understanding the Portfolio**

The dashboard is the central hub where users can track their existing lending and borrowing activities on a specific network. It provides a real-time overview of your portfolio and key financial metrics to help you make informed decisions.

### **Key Sections of the Dashboard**

1. **Net APY -** A measure that indicates whether a user’s overall position is net positive or negative.
2. **You Supplied** – The total value of all assets you have supplied to the protocol.
3. **You Borrowed** – The total amount you have borrowed from the protocol.
4. **Health Factor** – A measure of the safety of your borrowed funds compared to your supplied assets. A higher health factor means lower risk.

<figure><img src="/files/zp872Ry8JZe2qcBFr90E" 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://docs.pike.finance/user-guide/your-portfolio.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.
