# API Integration

- [White Label API Integration - BUY Flow](https://coindisco.gitbook.io/coindisco/api-integration/white-label-api-integration-buy-flow.md): This guide shows how to implement a custom UI that communicates directly with Coindisco’s backend to fetch providers, regions, payment methods, quotes and to generate the final provider buy link.
- [White Label API Integration - SELL Flow](https://coindisco.gitbook.io/coindisco/api-integration/white-label-api-integration-sell-flow.md): This guide shows how to implement a custom UI that communicates directly with Coindisco’s backend to fetch providers, regions, payment methods, quotes and to generate the final provider buy link.
- [Limits: Buy Amount & Sell Quantity](https://coindisco.gitbook.io/coindisco/api-integration/limits-buy-amount-and-sell-quantity.md)
- [Webhook setup](https://coindisco.gitbook.io/coindisco/api-integration/webhook-setup.md): Optional:  This step is optional and by no means needed to get a functioning integration up and running. Setting up webhooks is a way for you to always know the status of a transaction.


---

# 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://coindisco.gitbook.io/coindisco/api-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.
