# annotation

### Usage

```
vhsm nitride annotation <subcommand> [options]
```

#### Subcommands

* `create @values.json`: Create a new annotation for an attestation value
* `read $key`: Read the annotation for a specific key
* `update @values.json`: Update an existing annotation
* `delete $key`: Delete an annotation by key
* `list`: List all annotation keys

### Next Steps

* [create](/nitride/cli/annotation/create.md)
* [read](/nitride/cli/annotation/read.md)
* [update](/nitride/cli/annotation/update.md)
* [delete](/nitride/cli/annotation/delete.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/nitride/cli/annotation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
