# How to make an order

Due to the way mangrove works, there is a minimum volume that you need to be aware of when you are placing your order.

## How to make an Order

In the following pages you can see the way to make various types of orders on mangrove:

| Type            | Description                                                                                            |
| --------------- | ------------------------------------------------------------------------------------------------------ |
| Market Order    | Buy or sell a token at the current market price, executed immediately                                  |
| Limit Order     | Set a specific buy/sell price for a token, executed only when the market reaches that price            |
| Amplified Order | Set limit orders on several markets with the same funds leveraging our principle of unlocked liquidity |


---

# 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.mangrove.exchange/dapp-guide/trade/how-to-make-an-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.
