# Positions

Select a token to open its buy/sell menu. Click "Hide" to hide the position, or "Sell 100%" to instantly sell the entire position.

<figure><img src="/files/88eo6x8k91SC0IgbnkF2" alt=""><figcaption></figcaption></figure>

1. **Watchlist:** Open the watchlist menu.
2. **Click to Refresh:** Updates the token information (price, market cap).
3. **Wallet Change**: Select a wallet to view positions.
4. **Sort by**: Sort positions by value or date.
5. **Show Hidden**: Show previously removed positions.
6. **Add Position**: Manually add a token by pasting its contract.
7. **Hide All Positions Below:** Hide all positions under a chosen threshold.

## Watchlist

Select "Watchlist" in the positions menu to manage tokens in your watchlist. View each token’s market cap, price, and liquidity, and select "Remove" next to a token’s name to delete it from your watchlist.&#x20;

<figure><img src="/files/8ml0KHn3bXgetDcv71aq" alt=""><figcaption></figcaption></figure>

1. **Positions Overview:** Return to the positions menu.
2. **Add Token:** Add a token by pasting its address.
3. **Click to Refresh:** Updates the token information (price, market cap).
4. **Remove All Tokens:** Remove all tokens from your watchlist.&#x20;


---

# 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://banana-gun.gitbook.io/banana-gun-solana/trading/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.
