# OpenTrade Sandbox

## Summary

The OpenTrade Sandbox is a non-production environment deployed on testnets. Its purpose is to enable customers and partners to test the OpenTrade platform and API.&#x20;

To learn more about OpenTrade and our products, please visit our main Docs site [here](https://docs.opentrade.io/).&#x20;

{% hint style="warning" %}
**IMPORTANT:** The Sandbox is a non-production environment and as such undergoes frequent upgrades, some of which have not yet been fully tested for production. We cannot guarantee uptime and the environment may undergo clean deployments from time to time. We will make every effort to communicate this as far in advance as possible.&#x20;
{% endhint %}

{% content-ref url="opentrade-sandbox/sandbox-api-and-web-app" %}
[sandbox-api-and-web-app](https://sandboxdocs.opentrade.io/opentrade-sandbox/sandbox-api-and-web-app)
{% endcontent-ref %}

{% content-ref url="opentrade-sandbox/contract-addresses" %}
[contract-addresses](https://sandboxdocs.opentrade.io/opentrade-sandbox/contract-addresses)
{% endcontent-ref %}

{% content-ref url="opentrade-sandbox/getting-started" %}
[getting-started](https://sandboxdocs.opentrade.io/opentrade-sandbox/getting-started)
{% endcontent-ref %}

{% content-ref url="opentrade-sandbox/company-profile-api-integration" %}
[company-profile-api-integration](https://sandboxdocs.opentrade.io/opentrade-sandbox/company-profile-api-integration)
{% endcontent-ref %}


---

# 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://sandboxdocs.opentrade.io/opentrade-sandbox.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.
