# Market Sell

## How to Sell with Ocean Telegram Bot?

{% stepper %}
{% step %}
Click the :chart\_with\_downwards\_trend: `Sell` button on the main menu.
{% endstep %}

{% step %}
Select the token you want to sell.
{% endstep %}

{% step %}
Select the amount to sell and click `Sell` button.
{% endstep %}

{% step %}
Your transaction was sent!

You can now see the confirmation message with your updated PNL and transaction details.

<figure><img src="/files/ZddXFYxGZ1f9nqrSIEI5" alt=""><figcaption></figcaption></figure>
{% 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.oceanbots.ai/telegram-bot-features/market-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.
