# Virtual machine ISO

First we need to download <mark style="color:green;">Debian ISO</mark> from here: [download](https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso)

{% embed url="<https://www.debian.org/download.en.html>" fullWidth="false" %}
This is a direct link to debian.org/download.
{% endembed %}

{% hint style="info" %} <mark style="color:green;">ISO file</mark>: it's a type of disk image file used to replicate the content and structure of a physical disk, like a CD, DVD, or Blu-ray disc, in a single file.
{% endhint %}

{% embed url="<https://born2beroot-tracking.pages.dev/>" %}
Track your progress on Born2BeRoot
{% endembed %}


---

# 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://noreply.gitbook.io/born2beroot/installing-the-virtual-machine/virtual-machine-iso.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.
