# Environments

In addition to the Production environment, Cryptopay also provides developers with a test environment - Sandbox, which mirrors the production environment and works with test networks (testnets) of all the cryptocurrencies that Cryptopay supports. Thus, developers can use the Sandbox environment to develop and test integration via [Cryptopay API.](https://reference.cryptopay.me/)

| Environment | Base URL                                                                   |
| ----------- | -------------------------------------------------------------------------- |
| Sandbox     | <https://business-sandbox.cryptopay.me>                                    |
| Production  | [https://business.cryptopay.me](<&#xA;https://business.cryptopay.me&#xA;>) |

The Sandbox environment and the Production environment are independent and not connected to each other in any way.&#x20;

Here are the other base URLs utilized by Cryptopay, depending on the environment:

<table><thead><tr><th width="209.2578125">Utilized for</th><th width="260.27734375">Production</th><th>Sandbox</th></tr></thead><tbody><tr><td>Hosted page (for <a href="/pages/-Lk4LpuyIOEyGGF_UJp6">invoices</a> and <a href="/pages/-Lk8twPZubp5Y-Xg-E80">channels</a>)</td><td><a href="https://business-hosted.cryptopay.me/">https://business-hosted.cryptopay.me/</a></td><td><a href="https://hosted-business-sandbox.cryptopay.me/">https://hosted-business-sandbox.cryptopay.me/</a></td></tr><tr><td>Widget (<a href="/pages/-LdIdhMAAWnI7h2GCQxV">online checkout</a>)</td><td><a href="https://business-widget.cryptopay.me/widget.js">https://business-widget.cryptopay.me/widget.js</a></td><td><a href="https://widget-business-sandbox.cryptopay.me/widget.js">https://widget-business-sandbox.cryptopay.me/widget.js</a></td></tr><tr><td><a href="/pages/VLg57hSAS2G9C9u4oLoY">Payment links</a></td><td><a href="https://business-pay.cryptopay.me/">https://business-pay.cryptopay.me/</a></td><td><a href="https://pay-business-sandbox.cryptopay.me/">https://pay-business-sandbox.cryptopay.me/</a></td></tr><tr><td>Hosted Item</td><td><a href="https://business-catalog.cryptopay.me/">https://business-catalog.cryptopay.me/</a></td><td><a href="https://catalog-business-sandbox.cryptopay.me/">https://catalog-business-sandbox.cryptopay.me/</a></td></tr><tr><td>Web checkout (Legacy)</td><td><a href="https://business-checkout.cryptopay.me/">https://business-checkout.cryptopay.me/</a></td><td><a href="https://checkout-business-sandbox.cryptopay.me/">https://checkout-business-sandbox.cryptopay.me/</a></td></tr><tr><td>Website / merchant account</td><td><a href="https://cryptopay.me/business/">https://cryptopay.me/business/</a></td><td><a href="https://business-sandbox.cryptopay.me/business/">https://business-sandbox.cryptopay.me/business/</a></td></tr></tbody></table>


---

# 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.cryptopay.me/guides/envs.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.
