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

# Access Tokens

> Administration instructions for using and managing Access Tokens

Access Tokens are required for Chkk Kubernetes Connector auth.

## Managing Tokens

Below are the steps to access, create, revoke, and copy tokens in the Chkk Dashboard.

<Steps>
  <Step title="Access the Tokens Tab">
    1. In the **Chkk Dashboard**, expand **Configure** on the left menu.
    2. Click **Settings**, then select the **Tokens** tab.
    3. Here you'll see a list of all your active tokens (if any), along with options to create new ones or revoke existing ones.
  </Step>

  <Step title="Request a New Token">
    1. Click the **Add Token** button to open the token creation page.
    2. **NameYour Token**: Provide a meaningful label for the token (e.g., `deployment-token`).
    3. Click **Mark as Done** to generate a new token.
    4. You can click on the code-block or the "clipboard" icon to copy the token.
    5. Additionally, you can click the "eye" icon next to the "clipboard" to unhide the token
  </Step>

  <Step title="Revoke a Token">
    1. In the **Tokens** list, find the token you want to revoke.
    2. Click the **x** icon next to that token.
    3. A confirmation modal will appear requesting your confirmation; confirm you want to revoke it.
    4. Once revoked, the token is no longer valid for future requests.
  </Step>

  <Step title="Copy an Already Created Token">
    1. From the **Tokens** tab, locate the token whose value you wish to copy.
    2. Click the **clipboard icon** next to the Token name to copy the token
       string.
  </Step>

  <Step title="Edit a Token Name">
    1. From the **Tokens** tab, locate the token whose name you wish to edit.
    2. Click the **pencil icon** next to the Token name to edit the token name.
    3. A modal will appear where you can edit the token name.
    4. Click **Save** after re-naming the token to update the token name.
  </Step>
</Steps>
