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

# ravion feedback

> Send product feedback to Ravion's private triage from the command line, including optional command and agent metadata without exposing secrets.

## `ravion feedback`

Report feedback to Ravion. The report includes your organization, user name, email, and CLI metadata. The message accepts multiline Markdown; quote it as one shell argument. Do not include secrets.

```bash theme={null}
ravion feedback "<markdown message>" [flags]
```

**Examples:**

```bash theme={null}
ravion report feedback "## What happened

Describe the issue or request with **Markdown**."
```

**Flags:**

| Flag                 | Required | Description                                                        |
| -------------------- | -------- | ------------------------------------------------------------------ |
| `--agent <string>`   |          | agent submitting the report (auto-detected when possible)          |
| `--command <string>` |          | Ravion command name related to the report (do not include secrets) |
