# Integration

- [Overview](https://docs.chainspot.io/integration/overview.md): You can use our Router's aggregated liquidity in your product to achieve a better user experience
- [API](https://docs.chainspot.io/integration/api.md)
- [Web3 API](https://docs.chainspot.io/integration/api/web3-api.md): In this section, you can learn more about the technical details of our API
- [Fintech API](https://docs.chainspot.io/integration/api/fintech-api.md): Only on request
- [Widget](https://docs.chainspot.io/integration/widget.md)
- [Quick start](https://docs.chainspot.io/integration/widget/quick-start.md): Instructions are coming soon...
- [Monetization](https://docs.chainspot.io/integration/monetization.md): Your product - your rules


---

# 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.chainspot.io/integration.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.
