# Managing Active Positions

To view and manage **Your Active Positions** follow these steps:

1. Go to the main menu and press **"Positions"**
2. Select the wallet you want to display active positions for
3. In case you need to update the data, press the refresh (🔄) button

<div><figure><img src="/files/QFbrKmA23oqneir65EHv" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/KiKfupLadQYH9Zz98m6a" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/tPfkyn5fa9H8gDbV5uQX" alt=""><figcaption><p>Step 3</p></figcaption></figure></div>

4. Select the token you want to trade. You will see "✅" next to the current active token.
5. Use "Buy ↔️ Sell" button to switch between buying and selling.
6. To execute a trade, choose one of the trading buttons below. After the trade is confirmed, the bot will automatically update your positions menu to display accurate balance values.

<div><figure><img src="/files/v65mAueOwqJk8gG4Uvfv" alt=""><figcaption><p>Step 4</p></figcaption></figure> <figure><img src="/files/LVmiqJV2oT4EgqZqJJ8n" alt=""><figcaption><p>Step 5</p></figcaption></figure></div>

### Generating PnL Cards for Your Active Positions

1. Press the **"PnL Card"** button to generate a card for current active token
2. If you want to customize the card that the bot sends to you, you may use **"Duration"** and **"Initial & Growth**" buttons to show/hide the respective parameters.
3. To regenerate the PnL card with updated configuration ("Duration" and "Initial & Growth"), press **"Regenerate"** button

<div><figure><img src="/files/EHKjvFAWLbvEKU3oDikl" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/GaD4qIm52savu6Z845pO" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/SRgZUG1jOe2CYg6D6ysq" alt=""><figcaption><p>Step 3</p></figcaption></figure></div>


---

# 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.suite.tech/sui-sniper-bot/managing-active-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.
