# operations

- [Node maintenance](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/node_maintenance.md)
- [virtctl Client Tool](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/virtctl_client_tool.md)
- [Customize KubeVirt Components](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/customize_components.md)
- [Updating and deletion](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/updating_and_deletion.md)
- [Activating feature gates](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/activating_feature_gates.md)
- [Snapshot Restore API](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/snapshot_restore_api.md)
- [Node assignment](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/node_assignment.md)
- [Component monitoring](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/component_monitoring.md)
- [node\_overcommit](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/node_overcommit.md)
- [Annotations and labels](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/annotations_and_labels.md)
- [Unresponsive nodes](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/unresponsive_nodes.md)
- [API Validation](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/api_validation.md)
- [live\_migration](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/live_migration.md)
- [Authorization](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/authorization.md)
- [Hugepages support](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/hugepages.md)
- [Containerized Data Importer](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/containerized_data_importer.md)
- [Installation](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/installation.md)
- [Basic use](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/basic_use.md)
- [Hotplug Volumes](https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/hotplug_volumes.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://kubevirtlegacy.gitbook.io/user-guide/docs/operations.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.
