> For the complete documentation index, see [llms.txt](https://docs.degenarena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degenarena.app/advanced-orders.md).

# Advanced Orders

Let's say you want to add a take profit or stop loss order to an existing position. First, view your positions with `/positions` and then click on `Orders`.

<figure><img src="/files/JPf9QBp53kIZwUQ0yY5Z" alt="" width="375"><figcaption></figcaption></figure>

If you have no open orders, you'll see a blank page like this. To add a stop loss, click the `Add +` button to the right of `INJ/USDT STOP LOSS`.

<figure><img src="/files/JbO4mFb7AW6ReGtnmTE2" alt="" width="375"><figcaption></figcaption></figure>

You'll then see a summary of your open position, with some pre-filled percentages. Of course, you can type a more precise percentage in the text box instead of clicking one of the boxes. In this case, let's choose 100%, enter a trigger price of 11.60, and click confirm.

<figure><img src="/files/AAQ46d7DnptgHYSlegMb" alt="" width="375"><figcaption></figcaption></figure>

Once the order has been placed, you'll see an updated list of open orders reflecting the new one.

<figure><img src="/files/i9noc4hM8oavSN4Q5aew" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.degenarena.app/advanced-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.
