> For the complete documentation index, see [llms.txt](https://docs.closed.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closed.fun/telegram-bot-user-guide/markdown-1.md).

# 📍 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.closed.fun/telegram-bot-user-guide/markdown-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
