# INTRODUCTION

Avant de pouvoir intégrer un produit ou une solution INTRAM, vous devez configurer votre environnement de développement pour obtenir les clés Api et les informations d'identification secrètes. Pour tester vos applications Web et mobiles, vous devez utiliser des clés api de votre compte sandbox.

La connexion au tableau de bord du développeur pour obtenir des informations d'identification et créer des comptes sandbox nécessite un compte marchand.

Pour avoir accès à vos clés api :

1. ***Connectez-vous** avec vos informations marchands.*
2. \_Naviguez et cliquer sur l'option **Développeurs.** \_
3. *Ensuite cliquez sur **api***
4. Trois clés sont générées suivant l'environnement dans lequel vous êtes (sandbox ou live) :
   1. clé api publique
   2. clé api privée
   3. clé api secrète


---

# 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.intram.org/readme.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.
