# Static token

To use it, just include your `api_token` in the "Authorization" header of your request, with the prefix "Bearer ". For example:

```javascript
  'headers': {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer c7f35c84-7893-4087-b4fb-d1f06c23'
  },
```

<figure><img src="https://github.com/AmandaAmani/documenta-ocurso/blob/main/api%20token%20em%20ingles.gif?raw=true" alt="GIF demonstrating how to obtain the static token for integration with ZapSign."><figcaption><p>User navigating to obtain their API token.</p></figcaption></figure>

{% hint style="info" %}
For more information, see the '[Getting Started'](/english/getting-started.md#how-do-i-get-my-api-token) 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/authentication/autenticacao.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.
