# Positions

{% hint style="info" %}
From the Positions menu, you can monitor your positions, view your PNL, and sell tokens according to your preferences.
{% endhint %}

{% embed url="<https://youtu.be/X6ZuShE8HKo>" %}

***

{% stepper %}
{% step %}
Access <kbd>💼 Positions</kbd> easily from the home menu or by using the <kbd>/positions</kbd> command.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FEMz5wm118eYVVvVNB9SS%2FPositions.png?alt=media&#x26;token=312f910b-78b4-49f1-a3ff-7f407e803132" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FkiHSn84fEiqpzs9zxGJM%2FScreenshot%202025-05-28%20alle%2016.18.10.png?alt=media&#x26;token=f9fa1c52-5cf0-4b1a-9463-ae42858be259" alt=""><figcaption></figcaption></figure></div>

| Button        | Action                                                                         |
| ------------- | ------------------------------------------------------------------------------ |
| Min Value     | Specify the minimum value for positions you want to display in your portfolio. |
| Sell Position | Refer to the guide below.                                                      |
| USD           | Show the position value in USD.                                                |
| Home          | Get back to the main menu.                                                     |
| {% endstep %} |                                                                                |

{% step %}

#### Custom Sell

* Adjust the amount you want to sell by tapping <kbd>✏️ Sell Position</kbd>.
* Tap Sell 100% (as shown in the example below) to execute the sale for your desired amount.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2Fi52y9BnINUUN0bfq9ZZM%2F2.png?alt=media&#x26;token=967439e8-90ab-419d-9f36-6af99292f8ef" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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.bloombot.app/solana/solana-bot/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.
