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

# lazy whoami

> Check which account is currently logged in.

## Usage

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

Returns the email address of the currently authenticated user.

## Example output

```
Logged in as user@example.com
```

If you're not logged in, it will prompt you to run `lazy login`.
