# Positions

## **How to Open the Positions Page**

Type `/positions` in the PolyCop Bot chat to open your Positions dashboard.

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

## **What You'll See**

At the top of the page, you'll find a snapshot of your account:

| **Field**             | **What it means**                                         |
| --------------------- | --------------------------------------------------------- |
| **Total Balance**     | Your total funds in the wallet (including open positions) |
| **Available Balance** | Funds you can still use to place new trades               |
| **Positions Value**   | The current market value of all your open positions       |
| **Positions PNL**     | Your total profit or loss across all open positions       |

## **Tips**

* **Use** Refresh if your balance or positions seem outdated — PolyMarket data can sometimes lag.
* Enable **Auto Redeem** so you never miss claiming your winnings after a market resolves.
* Use **AI Find Copyable Wallets** to discover profitable traders to copy if you're not sure who to follow.


---

# 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.polycop.ai/copy-trading/positions.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.
