# Managing your portfolio

Prodigy provides a dashboard that displays the portfolio's performance in real-time, showing the current value of each asset, the total value of portfolio, and the percentage change in value over a specified time period.&#x20;

The portfolio will give the individual access to their positions, orders, fees, and history.

In your portfolio, your open positions will include a column noting the following fields, Market, Side, Size, Leverage, Liq. Price, Realized PnL, Unrealized PnL, and Avg. Fill Price.

**Markets** include the trading volume, trades, and open interest.

*Trading Volume* includes your Nan USDC exchanged within the last 24 hours.

*Trades* list Nan trades executed in the last 24 hours.

*Open Interest* includes your NaN USDC in open positions.


---

# 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://prodigyfi.gitbook.io/perps-user-guide/portfolio/managing-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.
