# Stop Loss

A Stop Loss Order automatically sells your tokens if the price drops below a certain threshold — minimizing potential losses.

**To Set a Stop Loss:**

{% stepper %}
{% step %}
Choose **Sell → Stop Loss** in the **“Order Type”** section.
{% endstep %}

{% step %}
In the **Trigger section**, enter the token price or percentage drop that should trigger the sale.
{% endstep %}

{% step %}
Below that, set the amount or percentage of your position to be sold.
{% endstep %}

{% step %}
Tap **“Create Order”** to confirm.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
&#x20;Stop Losses help protect your capital during rapid market crashes or unexpected volatility.
{% endhint %}


---

# 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.lab.pro/stop-loss.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.
