# 📍 Positions

You will find your positions screen to look similar to the below image which will show:

1. Wallet Address
2. Current SOL balance
3. Total SOL in positions
4. Current token positons and their PNL

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

You can simply click on any of the tokens to display the [🔴  Sell](/telegram-bot-user-guide/markdown.md) menu

1. Token name
2. Token contract address
3. PNL
4. Current Price
5. Current MCAP
6. Your SOL balance
7. Your token balance
8. Default sell options for % of balance (10%, 50%, 75% and 100%)
9. Sell X% (you can set the % of tokens you wish to sell)

Selecting any % will trigger an immediate sell

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

You can view your PNL card by clicking 'Generate PNL image' or by jeeting 100% of your tokens.&#x20;

<figure><img src="/files/vxB4TjnfCZWSci2H6Moj" 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.closed.fun/telegram-bot-user-guide/markdown-1.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.
