> For the complete documentation index, see [llms.txt](https://docs.ekubo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ekubo.org/integration-guides.md).

# Integration Guides

- [Extensions](https://docs.ekubo.org/integration-guides/extensions.md): Customize pool behavior by writing extension contracts
- [Swapping](https://docs.ekubo.org/integration-guides/swapping.md): Integrate Ekubo protocol to provide better prices to swappers or to perform arbitrage
- [Reference](https://docs.ekubo.org/integration-guides/reference.md)
- [EVM Contracts (V2)](https://docs.ekubo.org/integration-guides/reference/evm-contracts-v2.md): Addresses of the deployed contracts on Ethereum (V2)
- [EVM Contracts](https://docs.ekubo.org/integration-guides/reference/evm-contracts.md): Addresses of the deployed contracts on Ethereum (V3)
- [Starknet Contracts](https://docs.ekubo.org/integration-guides/reference/starknet-contracts.md): Addresses of the deployed contracts on Starknet
- [Governance Contracts](https://docs.ekubo.org/integration-guides/reference/governance-contracts.md): Addresses of the governance contracts across Starknet and Ethereum
- [Reading pool price](https://docs.ekubo.org/integration-guides/reference/reading-pool-price.md): How to interpret pool data from the on-chain methods
- [Ekubo API](https://docs.ekubo.org/integration-guides/reference/ekubo-api.md): The API that powers Ekubo's websites
- [Endpoints](https://docs.ekubo.org/integration-guides/reference/ekubo-api/endpoints.md): All the endpoints available in the Ekubo API, generated from the OpenAPI 3.1 specification
- [Audits](https://docs.ekubo.org/integration-guides/reference/audits.md): The current state of the audits and any public audit reports
- [Key concepts](https://docs.ekubo.org/integration-guides/reference/key-concepts.md): Useful concepts and technologies on which Ekubo is built
- [Math 1-pager](https://docs.ekubo.org/integration-guides/reference/math-1-pager.md): A practical guide to Ekubo's internal math
- ["Till" pattern](https://docs.ekubo.org/integration-guides/reference/till-pattern.md): Every interaction with Ekubo starts with a call to \`#lock\`


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ekubo.org/integration-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
