# Market Sell

## How to Sell with Ocean Browser Extension?

If you’ve already used the Ocean Extension to buy tokens, selling is even quicker and smoother. If you haven’t activated it yet, here’s [how to get it set up](/getting-started/activate-your-extension.md).

{% stepper %}
{% step %}
Go to the token page on any of the [supported platforms](/resources/supported-platforms.md) where you hold a position. Your balance and PNL will be visible on the Ocean bar.
{% endstep %}

{% step %}
Hit the 'Instant' button to open the Ocean trading widget.
{% endstep %}

{% step %}
Choose how much you want to sell using the % buttons or type the amount manually. Once you are set, hit `SELL`.
{% endstep %}

{% step %}
Sell complete! Your Ocean bar will instantly show your new balance.
{% 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/extension-features/charting-platforms-trades/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.
