> ## 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 whoami

> Display current user, environment and selected project

The whoami command displays information about the currently authenticated user, the environment you're working in and the selected project.

To use it, run the following command from your terminal

```bash theme={null}
crossmint whoami
```

## Example

Check your current authentication status:

```bash theme={null}
crossmint whoami
```

You'll see output showing your email and environment:

```
You are logged in to 🍀Crossmint as: user@example.com - Environment: Production - Selected Project: My New Project
```

This command is useful for verifying your authentication status, checking which environment and project you're working in.
