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

# modus context items update

> Update a context item.

Update a context item.

## Usage

```bash theme={null}
modus context items update [flags]
```

## Arguments

| Name  |          | Description       |
| ----- | -------- | ----------------- |
| `uid` | required | Context item uid. |

## Flags

| Flag              | Type   | Description                                                    |
| ----------------- | ------ | -------------------------------------------------------------- |
| `--description`   | string | New description.                                               |
| `--user-feedback` | string | Verification verdict.                                          |
| `--file`          | string | Path to a JSON file with update fields (e.g. content, topics). |
| `--body`          | string | Read update fields as JSON from stdin ('-').                   |

Global: `--pretty` — human-readable table output instead of compact JSON.

See [CLI quickstart](/guides/cli) for install and auth.
