# How-to Guides

## How-to Guides

| Guide                                                                                                          | Role  | Description                                            |
| -------------------------------------------------------------------------------------------------------------- | ----- | ------------------------------------------------------ |
| [Place a Limit Order](/developer-guide/limit-order-api/how-to-guides/place-a-limit-order.md)                   | Maker | Sign and submit a gasless limit order                  |
| [Fill a Limit Order](/developer-guide/limit-order-api/how-to-guides/fill-a-limit-order.md)                     | Taker | Discover open orders and execute a fill on-chain       |
| [Cancel an Order — Gasless](/developer-guide/limit-order-api/how-to-guides/cancel-an-order-gasless.md)         | Maker | Cancel off-chain without paying gas (up to 5-min wait) |
| [Cancel an Order — Hard Cancel](/developer-guide/limit-order-api/how-to-guides/cancel-an-order-hard-cancel.md) | Maker | Cancel immediately on-chain by paying a gas fee        |


---

# 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.kyberswap.com/developer-guide/limit-order-api/how-to-guides.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.
