> For the complete documentation index, see [llms.txt](https://docs.flash.trade/flash-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/stop-loss-take-profit-orders.md).

# Stop Loss/Take Profit Orders

You can attach SL/TP (stop-loss/take-profit) orders to any open position from the **Positions** tab.

* A **Stop-Loss** order caps your losses by closing your position when price reaches your designated level.
* A **Take-Profit** order secures your profits by closing your position when price reaches your designated level.

***

<figure><img src="https://1107078469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwjn1OLuTIq3M0RkTUTyw%2Fuploads%2FwXySTJTkZ9zjTf51CkPF%2FSL%3ATP.gif?alt=media&#x26;token=5f8cdb4a-0b12-43e0-af23-adb4a8568cbe" alt=""><figcaption></figcaption></figure>

#### How it works

* Set TP/SL when opening a trade (the **Take Profit / Stop Loss** section of the order panel) or add them to any open position from the **Positions** tab.
* Active SL/TP orders appear under the **Orders** tab (**SL/TP** sub-tab), where you can edit trigger prices or cancel.
* On execution you receive the position's backing asset (for example, BTC for a BTC long; USDC for any short).
* Partial exits are supported: up to **5 take-profit and 5 stop-loss orders per market** can ladder out of one position.
* When a position closes — by you or by a trigger — its remaining SL/TP orders cancel automatically.

{% hint style="warning" %}
**Execution is trigger-based, not price-guaranteed.**

* In times of high volatility or congestion, liquidations process first and SL/TP orders may execute at a different price than your trigger.
* On markets with a maximum profit cap, take-profit orders cannot be placed past the price where max profit occurs — see Max Profit.
  {% endhint %}

Building a bot instead? The same trigger orders are available programmatically — see Build On Flash.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/stop-loss-take-profit-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
