# ZapSign Environments

<table><thead><tr><th width="149">Environment</th><th width="307">Endpoint</th><th>Legal Validity</th></tr></thead><tbody><tr><td>Sandbox</td><td>https://sandbox.api.zapsign.com.br</td><td>Does not have legal validity</td></tr><tr><td>Production</td><td>https://api.zapsign.com.br</td><td>Has legal validity</td></tr></tbody></table>

To create a Sandbox account, [log in or register in the environment. <br>](https://sandbox.app.zapsign.com.br/acesso/entrar)\
\
The sandbox environment replicates the production environment exactly. To get your token, follow the same path: [Settings > Integrations > ZAPSIGN API.](https://sandbox.app.zapsign.com.br/conta/configuracoes/integration?tab=api-zapsign) Then, copy your token and set it in your testing tool.<br>

<figure><img src="/files/QKdFvfPTY8uJJbvntLiR" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
It is not necessary to include the `sandbox=true` parameter in your requests to use the sandbox environment. Simply use the specific URLs for the sandbox environment or the predefined environments in the next chapter.
{% 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://docs.zapsign.com.br/english/zapsign-environments.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.
