> For the complete documentation index, see [llms.txt](https://docs.vex-nx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vex-nx.com/images/images-overview.md).

# Images overview

Everything about appliances and disks lives under **Images** in the sidebar. One page, four tabs:

| Tab               | Role                                                                       |
| ----------------- | -------------------------------------------------------------------------- |
| **Library**       | Disks you already registered (assign these to QEMU / Dynamips / IOL nodes) |
| **Catalog**       | Template definitions - what you can place on a lab canvas                  |
| **Compatibility** | Support matrix (boot, console, resources, licence warnings)                |
| **Import**        | Bring disks into the Library                                               |

### Import has three paths

| Path                                             | Use when                                                                                                                   |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| **Convert & add**                                | Browser upload of OVA / VMDK / VHD / qcow2 / ISO (Dynamips/IOL `.bin`) with convert progress and ETA (recommended default) |
| **Upload ready disk**                            | You already have qcow2 (and optional Aboot ISO for vEOS) - no conversion                                                   |
| [**Bulk import**](/images/bulk-folder-import.md) | Many folders already transferred by SCP into `/opt/vex-nx/staging/...`                                                     |

Think of it this way: **Catalog** is the blueprint; **Library** is the files you own; **Import** is how files get into the Library; **Compatibility** is “will this platform treat this appliance as supported?”

The handbook page [**Supported images**](/images/supported-images.md) lists every mapped product, template id, Serial vs VNC primary, and Verified vs Experimental status.

Community shows the starter template pack. Pro unlocks the full catalog after licence import.

Legal acknowledgement is required before imports. VEX-NX stores files on the appliance; it does **not** redistribute vendor software. Bring only disks you are licensed to use - convert formats locally; never ship vendor images with the appliance.

Deep links: `/images?tab=catalog`, `/images?tab=compatibility`, `/images?tab=import`. Older `/templates` URLs redirect here.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vex-nx.com/images/images-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
