# Sell

**To sell a token**, tap “Buy/Sell” button and enter the contract address — or just paste it anywhere in the bot.&#x20;

<div align="left"><figure><img src="/files/8VDSoF2N4PQcxq3H9DPT" alt="" width="375"><figcaption></figcaption></figure></div>

**If you already hold the token, you’ll see sell options right away.**\
You can use the default preset buttons to sell quickly, or set your own preferred amounts in the “[Presets](/swoop-solana-bot/settings/presets.md)”  section.

**For example, tap:**

<div align="left"><figure><img src="/files/Neao4AG5BzpiDAuXr2d9" alt="" width="375"><figcaption></figcaption></figure></div>

1. **Sell Initial** – instantly sells your initial buy amount. If you made two or more purchases and tap this button, the bot will only sell your first buy.
2. **Sell 50 %** – instantly sells half of your position
3. **Sell 100 %** – instantly sells your full position
4. **Sell (X) %** – enter a custom percentage to sell

Once the sale is complete, you will see a window with information about the transaction.

<div align="left"><figure><img src="/files/l769ja5uVMZoYKEIVWzM" alt="" width="312"><figcaption></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.swoop.fun/sell.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.
