# Limit Orders

You can create limit orders by selecting the "Limit" option after choosing whether to open a long or short position.

Once a limit order is created, it will appear under the "Orders" tab. You can edit the order and adjust the trigger price if necessary.

Keep in mind that limit orders are not always guaranteed to execute. This can happen in various situations, including but not limited to:

* The mark price, which is an aggregate of prices from multiple exchanges, did not reach the specified target price.
* The mark price was reached, but there wasn't enough liquidity to fulfill the order.
* The mark price was reached, but executing the order would cause the position to exceed the current maximum leverage.
* The mark price was reached, but it would exceed the allowed maximum leverage.


---

# 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.onlyperps.com/welcome-to-onlyperps/trading/limit-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.
