# Integration guides

- [Getting started](https://developers.mtpelerin.com/integration-guides/getting-started.md): Required steps to integrate our service.
- [Web integration](https://developers.mtpelerin.com/integration-guides/web-integration.md): How to add our exchange widget to your website
- [Testing in local](https://developers.mtpelerin.com/integration-guides/web-integration/testing-in-local.md)
- [Mobile integration](https://developers.mtpelerin.com/integration-guides/mobile-integration.md): How to add our exchange interface to your mobile app
- [Parameters and customization](https://developers.mtpelerin.com/integration-guides/parameters-and-customization.md): Customize your on / off ramp experience
- [General parameters](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/general-parameters.md)
- [On ramp parameters](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/on-ramp-parameters.md): Customize the on ramp screen of the interface.
- [Off ramp parameters](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/off-ramp-parameters.md): Customize the off ramp screen of the interface.
- [Swap parameters](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/swap-parameters.md): Customize the swap screen of the interface.
- [Automating the end user address validation](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/automating-the-end-user-address-validation.md): Pass and validate the end user's wallet address, so they can skip the steps where they have to select and validate their sending/receiving address.
- [Branding parameters](https://developers.mtpelerin.com/integration-guides/parameters-and-customization/branding-parameters.md): Customize the swap screen of our interface.
- [APIs](https://developers.mtpelerin.com/integration-guides/apis.md)
- [Transaction reporting API](https://developers.mtpelerin.com/integration-guides/apis/transaction-reporting-api.md): Query the list of transactions made by your users.
- [Price quote API](https://developers.mtpelerin.com/integration-guides/apis/price-quote-api.md): Query our crypto-fiat conversion result for a given output, including our fees. This typically used to integrate us in an on/off-ramp comparator or aggregator.
- [Unsupported countries API](https://developers.mtpelerin.com/integration-guides/apis/unsupported-countries-api.md): Query the list of country codes that we don't accept in our service.
- [Supported chains and assets API](https://developers.mtpelerin.com/integration-guides/apis/supported-chains-and-assets-api.md): Query the blockchains that we support, and which crypto-assets we support on each network.
- [Events](https://developers.mtpelerin.com/integration-guides/events.md)


---

# 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://developers.mtpelerin.com/integration-guides.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.
