# Environnement

Pour faciliter le développement et le déploiement, l’API de paiement CentralBill propose deux environnements : **Sandbox** pour des tests en toute sécurité, et **Production** pour les transactions en conditions réelles.\
Chaque environnement dispose de ses propres URL dédiées à la gestion et à l’exécution des paiements, garantissant ainsi une séparation claire entre les phases de test et les opérations réelles.

<table data-header-hidden data-full-width="false"><thead><tr><th width="112.199951171875"></th><th width="346.5999755859375"></th><th></th></tr></thead><tbody><tr><td>Name</td><td>Dashboard URL</td><td>Payment URL</td></tr><tr><td><strong>Sandbox</strong></td><td><a href="https://dashboard.sandbox.centralbill.app">https://dashboard.sandbox.centralbill.app</a></td><td><a href="https://pay.sandbox.centralbill.app">https://pay.sandbox.centralbill.app</a></td></tr><tr><td><strong>Production</strong></td><td><a href="https://dashboard.centralbill.app">https://dashboard.centralbill.app</a></td><td><a href="https://pay.centralbill.app">https://pay.centralbill.app</a></td></tr></tbody></table>

Use the **sandbox** environment for safe testing before switching to production.


---

# 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.centralbill.app/centralbill-payment-api/environnement.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.
