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