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

# helix feedback

> For the complete documentation index optimized for AI agents, see [llms.txt](/llms.txt).

Send feedback to the Helix team.

## Usage

```bash theme={"languages":{"custom":["languages/helixql.json"]}}
helix feedback [MESSAGE]
```

## Arguments

| Argument  | Description                                                     |
| --------- | --------------------------------------------------------------- |
| `MESSAGE` | Feedback message. If omitted, the CLI prompts for one in a TTY. |

## Examples

```bash theme={"languages":{"custom":["languages/helixql.json"]}}
# Send feedback inline
helix feedback "love the new dynamic query flow"

# Open an interactive prompt
helix feedback
```
