# Limit Order

## **Creating a Limit Order**

<figure><img src="/files/oBeyzjrXqtUqiL6APq2S" alt=""><figcaption></figcaption></figure>

* **Initiate Limit Order:** Click on the Buy/Sell option and select "**Limit Order**"
* **Set Order Parameters*****:*** Use the slider to set the target token price or market cap at which you want to buy or sell.&#x20;
* **Configure** the purchase quantity, slippage tolerance, anti-sandwich settings, and any other parameters.
* **Place the Order:** Click "**Buy/Sell**" to successfully execute an automatic limit order.

## **Review Limit Order Status**

<figure><img src="/files/K4OMBl1gvoYyNTJuyqOI" alt=""><figcaption></figcaption></figure>

On any token detail page, click the "**Orders**" section at the bottom to view, cancel, or modify your pending orders.


---

# 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://doc.ave.ai/tutorial/pc-web-tutorial/limit-order.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.
