# Getting started

## Get your integration key

In order to activate our service in your integration, you will need a unique key that you will have to include in your integration parameters.

**👉 To request an integration key, please contact us at <hello@mtpelerin.com> and send us the URL where you want to integrate our service.**

By default, an integration key will activate the following features of our service:

* Bank transfer on-ramps
* Bank transfer off-ramps
* Swaps

If you wish to activate purchases by **card / Google Pay / Apple Pay** - which is optional, you will also need to verify your business identity (KYB) and sign an integration agreement.

* You can pass your KYB here: <https://kyb.mtpelerin.com/>
* To get the integration agreement, contact us at <hello@mtpelerin.com>

{% hint style="info" %}
**Test key**\
To test an integration in local (localhost:3000 or 3001 or 8080 or 5173), use the following key: \
bec6626e-8913-497d-9835-6e6ae9edb144
{% endhint %}


---

# 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/getting-started.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.
