# Tracking Positions & PnL

After you have placed an order/s you can track their status on portfolio page or respective event detail page.

#### Event detail page

<figure><img src="/files/ywkdwhfe8SnuaOoXPtS4" alt="" width="563"><figcaption></figcaption></figure>

* You can view your existing positions on event detail page by expanding respective outcome
* The position table will display
  * Outcome - Direction of the bet "Yes" or "No"
  * Qty - Total number of shares bought
  * Avg. - Average price of the trade
  * Value - Position value based on current market price
  * Return - PnL of the position

#### Portfolio Page

Portfolio page shows all positions and open orders across markets.

<figure><img src="/files/Y1mBTeqWkqcJqy4eSY7p" alt=""><figcaption></figcaption></figure>

You can open the portfolio page by clicking "Portfolio" on the nav bar or through the menu under wallet address.

<figure><img src="/files/y8OtU7ZXYZft67K49XP9" alt=""><figcaption></figcaption></figure>

* **Portfolio Balance:** This shows total balance in USDT summing current value of active positions, funds in open orders and any cash balance.
* **My Positions:** This section shows all markets where you hold shares. For each market, you will see the outcome you are holding, total bet amount, average buy price, the current market price, and unrealized PnL.
* **Open Orders:** Lists any limit orders waiting to fill. It will show details of the order such as outcome, limit price, quantity filled, total bet amount. You can cancel open orders directly on this page.
* **History:** You can review all past activity in your account including deposits / withdrawals, trades, settlements, etc.


---

# 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.probable.markets/trade-on-probable/tracking-positions-and-pnl.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.
