# Integration

- [Overview](https://docs.idrx.co/integration/overview.md)
- [Onboarding a new user](https://docs.idrx.co/integration/onboarding-a-new-user.md): A typical flow to onboard new users
- [Managing bank accounts](https://docs.idrx.co/integration/managing-bank-accounts.md): List, add and delete bank accounts.
- [Processing Mint IDRX Requests](https://docs.idrx.co/integration/processing-mint-idrx-requests.md): The typical flow to process mint requests from your user
- [Getting other stablecoins](https://docs.idrx.co/integration/processing-mint-idrx-requests/getting-other-stablecoins.md): A brief explanation on minting IDRX to get other tokens.
- [Processing Redeem IDRX Requests](https://docs.idrx.co/integration/processing-redeem-idrx-requests.md): The typical flow to process redeem requests from your user
- [Redeeming from other stablecoins](https://docs.idrx.co/integration/processing-redeem-idrx-requests/redeeming-from-other-stablecoins.md): Redeem IDR to a bank account from other tokens.
- [Processing Bridge IDRX Request](https://docs.idrx.co/integration/processing-bridge-idrx-request.md): The typical flow to process bridge requests from your user


---

# 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.idrx.co/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.
