# Virtualization

- [Proxmox](https://docs.arkannis.net/virtualization/proxmox.md): Proxmox is a Type 1 Hypervisor based on Debian, it is free, open source and scalable
- [Proxmox Cheatsheet](https://docs.arkannis.net/virtualization/proxmox/proxmox-cheatsheet.md)
- [Proxmox Common Errors](https://docs.arkannis.net/virtualization/proxmox/proxmox-common-errors.md)
- [Install Home Assistant in Proxmox via script](https://docs.arkannis.net/virtualization/proxmox/install-home-assistant-in-proxmox-via-script.md)
- [Create cloud-init template](https://docs.arkannis.net/virtualization/proxmox/create-cloud-init-template.md)
- [Install guest-agent on new VM](https://docs.arkannis.net/virtualization/proxmox/install-guest-agent-on-new-vm.md)
- [Proxmox post install script](https://docs.arkannis.net/virtualization/proxmox/proxmox-post-install-script.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.arkannis.net/virtualization.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.
