# Quickstart

## User Guides

Beginner-friendly guides to get you started

* [Instantly swap at the best rates](/user-guide/swap.md)
* [Swap at your preferred rates](/user-guide/limit-order.md)
* [Swap between tokens across multiple chains](/user-guide/cross-chain-swap.md)
* Explore earning opportunities, ape in, and manage your liquidity positions

## Developer Guides

Easily integrate KyberSwap with your application

* [Execute a swap with the Aggregator API](/developer-guide/aggregator-api/how-to-guides/execute-a-swap-with-the-aggregator-api.md)
* [Embed a swap interface with the Swap Widget](/developer-guide/aggregator-api/how-to-guides/kyberswap-widget.md)
* [Add liquidity using a single token, multiple tokens, or an existing position with the ZaaS API](/developer-guide/zap-as-a-service-zaas-api/how-to-guides/zap-in-enter-a-liquidity-position.md)
* [Embed a liquidity interface with the Liquidity Widget](/developer-guide/zap-as-a-service-zaas-api/how-to-guides/kyberswap-liquidity-widget.md)
* [Create and fill limit orders with the Limit Order API](/developer-guide/limit-order-api/how-to-guides/place-a-limit-order.md)


---

# 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/getting-started/quickstart.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.
