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

# Crossmint projects select

> Select a project to work with

The projects select command allows you to choose which Crossmint project you want to work with for subsequent commands.

To use it, run the following command from your terminal

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

## Example

Select a project:

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

You'll be presented with a list of your projects:

```
? Select a project: (Use arrow keys)
> My New Project
  Website Integration
  Mobile App
  Test Project
```

After selecting a project, you'll see a confirmation message:

```
✅ Project My New Project selected
```

After selecting a project, commands that require a project context (like API key management) will use the selected project.
