# Authentication Tokens

As we have previously mentioned, an **Authentication Token** is an alphanumeric string generated through the Biuwer interface or via API, which is uniquely related to a basic user and is the element by which each user will be identified from the web application. external to Biuwer. For this reason, accompanying each resource, it is necessary to indicate the authentication token.

It is possible to implement **authentication token refresh policies**, manually or automatically via API, since the same user can have one or more tokens concurrently and each token allows a temporary validity interval to be established. For example, you could set an authentication token:

* Without any refresh policy.
* With a monthly refreshment periodicity.
* With a daily refreshment periodicity.
* Single use, for each session started from your application, if you need it.

<figure><img src="/files/tYJXxR6GdwRXzvgF5hvC" alt=""><figcaption><p>An authentication token is an alphanumeric string associated with a user with a validity period</p></figcaption></figure>


---

# 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.biuwer.com/integration-guide/concepts-to-take-into-account/authentication-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.
