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

# Crossmint projects list

> List all projects in your Crossmint account

The projects list command displays all projects associated with your Crossmint account.

To use it, run the following command from your terminal

```bash theme={null}
crossmint projects list
```

## Example

List all your projects:

```bash theme={null}
crossmint projects list
```

You'll see a list of all your projects with their IDs:

```
✔ Found 3 projects:

  1. My New Project
     ID: 4b0392a3-35c3-458c-a43e-32d2cdc65eda

  2. Website Integration
     ID: f5e37bee-1a81-4df1-8081-7670eee2a629

  3. Mobile App
     ID: 9a1b2c3d-4e5f-6789-abcd-ef0123456789
```

This command is useful for viewing all available projects and retrieving project IDs, which can then be passed to `crossmint projects select` for non-interactive project selection.
