# Application Tokens (API Access)

Application tokens let you authorize API requests and third-party integrations without using your password. You create a token in your user profile, set an expiration date, copy the token once, and revoke it when needed.

{% hint style="warning" %}
This feature can be disabled by an instance administrator. In this case, creating new tokens is disabled. All existing tokens stay valid until their expiration date.
{% endhint %}

Use application tokens with the API and third-party integrations.

### Create a token

![](/files/Ri3QmrstpQpWhdF3dOWe)

1. Open **User profile** → **Application tokens**.
2. Click the <img src="/files/Pu7tNZxd1ALmKfZszRP4" alt="" data-size="line"> button in the bottom-left corner.
3. Enter the **Token name** and select the **Token expiration date**.
4. In the confirmation window, click the **Copy** icon ![](/files/X4R3ogKQfImDFsqiSXMG).

{% hint style="danger" %}
Make sure to copy the token. This is the only time you can see it. You won’t be able to view it again after you close this window.
{% endhint %}

5. Check the token list. Revoke tokens if needed.

{% hint style="info" %}
You will receive an email notification 30 days and 1 day before the token expires.
{% 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://support.docstudio.com/user/authorization-and-security/application-tokens-api-access.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.
