# Como começar

* Para criar uma conta em Sandbox, [Faça Login ou registre-se no ambiente.](https://sandbox.app.zapsign.com.br/acesso/entrar)
* **Sempre configure** o Api token no **header Authorization** de todas as suas chamadas.

### E como obter meu API token?

Uma vez dentro da sua conta, navegue até **Configurações > Integrações > API ZAPSIGN**. Depois, copie seu token e configure na sua ferramenta.

<figure><img src="https://github.com/AmandaAmani/documenta-ocurso/blob/main/Anima%C3%A7%C3%A3o%20com%20numero%20escondido.gif?raw=true" alt="usuario navegando para copiar o api token"><figcaption><p>Navegação até o Api Token da ZapSign</p></figcaption></figure>

### Pronto para começar!

Com o seu Token de Acesso, você poderá **se autenticar** nos **endpoints** da nossa API. Assim saberemos que é você quem está fazendo uma requisição a nós. <br>

<figure><img src="https://github.com/AmandaAmani/documenta-ocurso/blob/main/integra%C3%A7%C3%A3o%20sem%20url.gif?raw=true" alt="Usuário se autenticando na ferramenta postman com um token copiado da plataforma"><figcaption><p>Autenticação via api token</p></figcaption></figure>

Além do token de acesso estático dentro da sua conta, você também pode utilizar um token dinâmico. Saiba mais em [Autenticação.](/autenticacao.md)

{% hint style="warning" %}
**Não compartilhe seu Token com pessoas de fora da sua organização!**&#x20;
{% 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/como-comecar.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.
