# Types of Tokens

#### API Token

* **Location:** Go to [Settings > Integrations > ZapSign API > Access Token.](https://app.zapsign.co/conta/configuracoes/integration?tab=api-zapsign)
* **Description:** The API Token is the primary account token, used for authentication when integrating with the API. If you prefer a JWT-based authentication method, see the "Authentication" section.

#### User Token

* **Location:** Navigate to [Settings > My Profile > Security > API Signing.](https://app.zapsign.co/conta/perfil?tab=security)
* **Description:** The User Token is an exclusive token for batch signing via API.

#### Template ID

* **Location:** In Templates, select the desired template and click on Manage. Copy the code from the URL after "modelos/".
* **Example:** <https://app.zapsign.co/conta/templates/><mark style="color:green;">31bfa32c-9427-40ac-9804-187e6f4e73</mark>
* **Description:** The Template ID identifies a specific template created on the platform and is used to link it to your request.

#### Signer Token

* **Location:** Find the set of numbers after "/verificar" in the URL.
* **Description:** The Signer Token is associated with a specific signer. Each signer has a unique link for authentication and identification. You can use it for batch signing, signer detailing, etc.
* **Example:** <https://app.zapsign.co/verificar/><mark style="color:green;">92b36ec9-a449-4574-8ff0-5cc2c5ab7</mark>

#### Doc Token

* **Location:** In Created Documents, select the desired document and click on it. Copy the code from the URL after "documentos/".
* **Description:** The Doc Token is unique to each document created on the platform and is used for identification and specific operations, such as adding documents and extra users, detailing documents, and positioning signatures.
* **Example:** <https://app.zapsign.co/conta/documentos/><mark style="color:green;">1a764cab-b702-4a85-b16d-612688</mark>

{% hint style="info" %}
When making a request, both the Doc Token and the Signer Token will be created automatically and can be verified in the received response.
{% 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/types-of-tokens.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.
