> For the complete documentation index, see [llms.txt](https://docs.kyberswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyberswap.com/reference/legacy/reserves.md).

# Reserves

- [Getting Started](https://docs.kyberswap.com/reference/legacy/reserves/getting-started.md)
- [Overview](https://docs.kyberswap.com/reference/legacy/reserves/getting-started/overview.md)
- [Why Develop On Kyber](https://docs.kyberswap.com/reference/legacy/reserves/getting-started/why-develop-on-kyber.md)
- [Create New Reserve](https://docs.kyberswap.com/reference/legacy/reserves/getting-started/create-new-reserve.md)
- [Existing Reserves](https://docs.kyberswap.com/reference/legacy/reserves/getting-started/existing-reserves.md)
- [Customising Existing Reserves](https://docs.kyberswap.com/reference/legacy/reserves/getting-started/customising-existing-reserves.md)
- [Development Guides](https://docs.kyberswap.com/reference/legacy/reserves/development-guides.md)
- [Fed Price Reserve](https://docs.kyberswap.com/reference/legacy/reserves/development-guides/fed-price-reserve.md)
- [Automated Price Reserve](https://docs.kyberswap.com/reference/legacy/reserves/development-guides/automated-price-reserve.md)
- [Reserves with Ganache](https://docs.kyberswap.com/reference/legacy/reserves/development-guides/reserves-with-ganache.md)
- [Orderbook Reserve](https://docs.kyberswap.com/reference/legacy/reserves/development-guides/orderbook-reserve.md)
- [Operations](https://docs.kyberswap.com/reference/legacy/reserves/operations.md)
- [Listing Policies](https://docs.kyberswap.com/reference/legacy/reserves/operations/listing-policies.md)
- [Reserve IDs](https://docs.kyberswap.com/reference/legacy/reserves/operations/reserve-ids.md)
- [Reserve Rebates](https://docs.kyberswap.com/reference/legacy/reserves/operations/reserve-rebates.md)
- [Sanity Rates](https://docs.kyberswap.com/reference/legacy/reserves/operations/sanity-rates.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/reference/legacy/reserves.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.
