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

# feedback

> CLI reference: send product feedback, bug reports, and feature requests to floo

Send concise product feedback from the terminal.

```bash theme={null}
floo feedback "deploy logs are hard to read"
floo feedback --category bug --app my-app "deploy fails when the Dockerfile is missing"
floo feedback --category friction --context "steps and sanitized output" "env sync was confusing"
```

| Flag                  | Description                                        | Default   |
| --------------------- | -------------------------------------------------- | --------- |
| `--category CATEGORY` | `bug`, `friction`, `feature_request`, or `general` | `general` |
| `--app APP`           | Attach the report to an app                        | none      |
| `--context CONTEXT`   | Extra reproduction context                         | none      |
| `--json`              | Machine-readable response                          | off       |

Do not include credentials, tokens, private customer data, or unsanitized logs. Agents should include the failing command, sanitized output, expected behavior, and a minimal reproduction.
