# Getting Started

* Sign up or log in to ZapSign to get your API token.&#x20;
* Always set the API token in the Authorization header for all your requests.&#x20;

### How do I get my Api Token?

&#x20;Once logged into your account, navigate to Settings > Integrations > ZAPSIGN API. Then, copy your token and set it in your tool.

![](https://github.com/AmandaAmani/documenta-ocurso/blob/main/api%20token%20em%20ingles.gif?raw=true)

Ready to start! With your Access Token, you can authenticate against our API endpoints. This lets us know that it's you making the request.

![Animation GIF](https://github.com/AmandaAmani/documenta-ocurso/blob/main/Anima%C3%A7%C3%A3o.gif?raw=true)

In addition to the static access token in your account, you can also use a dynamic token. Learn more in [Authentication. ](/english/authentication.md)

{% hint style="warning" %}
Do not share your Token with anyone outside your organization!
{% 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/getting-started.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.
