# Stop Loss & Take Profit Levels

Sanji Bot allows you to set individual stop loss and take profit levels for specific trades, as well as set a universal SL and TP for ALL of your trades across the bot.

1. Make a purchase, and get a confirmation message. Click "Set TP or SL Level" to set your trade up.

<figure><img src="/files/6WOgbbZj9TQKlcQTCo7h" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Things to remember:

* If your stop loss is hit, your ENTIRE trade amount of tokens will be sold.
* If your take profit is hit, you will sell the TP sell percentage amount of your tokens.
* If you do 2 separate buys on the same token, each can have a different TP and SL.
* SL & TP's are NOT guaranteed to fill, as memecoins are extremely volatile!
* SL's CANNOT prevent rug pulls, if the liquidity is pulled, NOBODY can sell.
  {% 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.sanjibot.io/universal-settings/stop-loss-and-take-profit-levels.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.
