# Trade

Kriya currently offers the following types of swap orders ->

* [Market Order](/kriya-swap/swap-tutorial/trade/market-order.md): A market order is an order to buy or sell an asset at the best available price in the current market. When a market order is placed, it is executed immediately at the current market price, ensuring the order is filled quickly. However, the final execution price may be different from the price when the order was submitted due to market volatility.
* [Limit Order](/kriya-swap/swap-tutorial/trade/limit-order.md): A limit order is an order to buy or sell an asset at a specific price. When a limit order is placed, it will only execute when the asset reaches the specified price. This gives traders more control over the execution price but does not guarantee that the order will be filled, especially if the asset does not reach the desired price.


---

# 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.kriya.finance/kriya-swap/swap-tutorial/trade.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.
