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

# Get cli token

**Step 1** - Login to the Admin Panel using the provided credentials.

**Step 2** - Click on the Settings icon in the left menu. This action will open the Settings / Workspace page.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/experro/images/theme-development/about-CLI-token/step1.png" alt="CLI Token Step 1" />

**Step 3** - Click on 'API & CLI Tokens'. This action should open the Tokens page. On this page, you should see two tabs with name API Tokens and CLI Tokens respectively. Click on a CLI Tokens tab.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/experro/images/theme-development/about-CLI-token/Step2.png" alt="CLI Token Step 2" />

**Step 4** - Click on the 'Create Token' button. This action should open pop-up. In this pop-up, you need to provide a name for the token, Expiration date, and select desired permission.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/experro/images/theme-development/about-CLI-token/Step3.png" alt="CLI Token Step 3" />

<img src="https://mintlify.s3.us-west-1.amazonaws.com/experro/images/theme-development/about-CLI-token/Step4.png" alt="CLI Token Step 4" />

**Step 5** - After filling in the required information, click on the 'Save' button to create the CLI token.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/experro/images/theme-development/about-CLI-token/Step5.png" alt="CLI Token Step 5" />

The token is generated now. You can either copy the token or click on Download button. Upon clicking the Download button, the `.txt` file with other important details including token will appear.

In the downloaded `.txt` file, you should see the information such as Token Name, Site Hash, Tenant ID, Workspace ID, and CLI Token. You will use these details in `.env` file.

If you're facing any difficulties with the CLI, you can refer to the [Troubleshooting](./troubleshotting) section of the documentation for possible solutions.
