# TP & SL

{% hint style="success" %}
**Lock in profits and limit losses automatically** with our smart Take Profit & Stop Loss features, available across all modules.
{% endhint %}

## Interactive Guide  👇

(Screenshot)

***

## What is a Take Profit Level?

Take Profit levels help you secure gains by automatically selling when a token reaches a set profit percentage. This ensures you lock in profits without needing to monitor every position manually.

***

## What is a Stop Loss Level?

Stop Loss levels help minimize losses by automatically exiting a position when a predefined loss percentage is hit, giving you peace of mind and protecting your trades.

***

## How do you Set up TP & SL Levels?

{% stepper %}
{% step %}

### Click on 💸 TP & SL

You will find this when you are setting up sniping tasks.
{% endstep %}

{% step %}

### Click on 📈 New Take Profit Level

The bot will ask you <kbd>Please enter the Profit Percentage you want to Take Profit at. (in %) - Example: 100</kbd>

The bot will then execute an immediate sell order when this Profit Percentage is reached.
{% endstep %}

{% step %}

### Click on 📉 New Stop Loss Level

The bot will ask you <kbd>Please enter the Loss Percentage you want to Stop Loss at. (in %) - Example: 100</kbd>

The bot will then execute an immediate sell order when this Loss Percentage is reached.
{% 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/settings/tp-and-sl.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.
