# Managing Positions (/position)

**Accessing Your Positions:**

1. Type or click the `/position` command in the chat with HunterBot.

***

**Displayed Information:**

When you access the `/position` menu, the bot shows a list of tokens you currently hold with a possibility to quick sell them.

* **Token Name:** The token’s name and/or symbol.
* **Quantity:** The amount of tokens you hold.
* **Current Value:** The current value of your position in SOL or USD.
* **Average Buy Price:** The average price at which you purchased the tokens.
* **Unrealized Profit/Loss (PNL):** The difference between the current value and your cost basis, usually shown as a percentage and/or absolute value.

***

**Available Actions (Per Position):**

When selecting a specific position from the list, you’ll have access to several actions:

* **Sell (%):** Quick buttons to sell a percentage of your position (e.g., 10%, 25%, 50%, 100%).
* **Sell (Amount):** Option to specify the exact number of tokens or the SOL amount you want to sell.
* **Refresh:** Updates the information for the selected position (current price, PNL, etc.).

***

**General Actions in the /position Menu:**

* **Refresh :** Updates information for all your positions.
* **Close :** delete the task
* **Back (/home):** Returns to the bot’s main menu.

***

The `/position` menu is essential for monitoring your portfolio’s performance and making informed sell decisions.


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/settings/images-and-media.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.
