> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cutbg.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication and token flow

> Create and copy your user token in the dashboard.

## Get your user token

1. Open [**Tokens**](https://dashboard.cutbg.net/dashboard/tokens) and click **Create new token**.

<img src="https://mintcdn.com/linsa/MjZ89ld7xZwvKh7X/1.png?fit=max&auto=format&n=MjZ89ld7xZwvKh7X&q=85&s=688a730b0d2717c7c8e20b324b6d416f" alt="Create a new token in Tokens" width="2880" height="1554" data-path="1.png" />

2. Copy the value from `Token ID`. This is your user token for API requests.

<img src="https://mintcdn.com/linsa/MjZ89ld7xZwvKh7X/2.png?fit=max&auto=format&n=MjZ89ld7xZwvKh7X&q=85&s=fa2e8fa38cc57f6fbaf6ec297218ecd5" alt="Copy the Token ID after token creation" width="2880" height="1548" data-path="2.png" />

<Tip>
  Send this token in the `token` header for API calls that require authentication.
</Tip>
