# Limit Order

A **Limit Order** lets you buy or sell a token at a specific price instead of the current market price.

{% tabs %}
{% tab title="To Create a Buy Limit Order:" %}

* In the **“Order Type”** section, select **Buy → Limit**.
* In the **Trigger section**, set the target token price, or choose a percentage drop at which your order will be activated.
* Enter the amount you want to use to buy the token.
* You can also set **Take Profit** and **Stop Loss** values so your position can auto-sell at your chosen price range.
* Tap **“Create Order”** to confirm.
  {% endtab %}

{% tab title="To Sell via Limit Order:" %}

* Select **Sell → Limit** in the **“Order Type”** section.
* Set the price you want to sell at, or specify the desired percentage increase.
* Choose how many tokens to sell (enter a specific amount or a percentage of your total balance).
* Tap **“Create Order.”**
  {% endtab %}
  {% endtabs %}


---

# 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.lab.pro/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.
