# Token

### How is the token structured?

The token always consists of your id and a random number separated by a dot.

{% hint style="warning" %}
Your id belongs to the token please do not leave out parts of the token.
{% endhint %}

### Where can i find the api token?

![](/files/-M_UY5m_FppeCZJWD41m)

### How do i reset the token?

![](/files/-M_UZuzC3vVH91rUVVYr)

> The token has already been reset if you were thinking of writing it down.


---

# 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.kawaii.red/tutorials/token.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.
