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

# notifications

> CLI reference: floo notifications list and set email preferences

Inspect and change the email notifications sent to the current floo user.

## list

```bash theme={null}
floo notifications list
floo notifications list --json
```

The response lists each server-supported category, its label, and whether it is on or off. Read this command before changing a category; the server owns the available category names.

## set

```bash theme={null}
floo notifications set deploy_success on
floo notifications set billing off
```

### Arguments

| Argument   | Description                                      |
| ---------- | ------------------------------------------------ |
| `CATEGORY` | A category returned by `floo notifications list` |
| `VALUE`    | `on` or `off`                                    |

These settings apply to the authenticated user, not every member of the organization.
