> For the complete documentation index, see [llms.txt](https://docs.zapsign.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zapsign.com.br/como-comecar.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zapsign.com.br/como-comecar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
