# Entornos de ZapSign

<table><thead><tr><th width="149">Ambiente</th><th width="307">Endpoint URL</th><th>Validez </th></tr></thead><tbody><tr><td>Sandbox</td><td>https://sandbox.api.zapsign.com.br</td><td>No tiene validez jurídica</td></tr><tr><td>Production</td><td>https://api.zapsign.com.br</td><td>Con validez jurídica</td></tr></tbody></table>

#### **Cuenta Sandbox**

Para crear una cuenta en el entorno de pruebas (*sandbox*), inicia sesión o [crea una cuenta aqui.](https://sandbox.app.zapsign.com.br/acesso/criar-conta)

El entorno sandbox replica exactamente el entorno de producción. Para obtener tu token de acceso, inicia sesión en tu cuenta y dirígete a [Ajustes > Integraciones > API ZapSign.](https://sandbox.app.zapsign.com.br/conta/configuracoes/integration?tab=api-zapsign) Activa el switch y copia el Token de acceso. <br>

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

{% hint style="info" %}
No es necesario incluir el parámetro `sandbox=true` en tus solicitudes para utilizar el entorno de pruebas. Simplemente usa las URLs específicas para el entorno sandbox o los entornos predefinidos que se explican en el próximo capítulo.
{% 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/espanol/entornos-de-zapsign.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.
