> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/server-management/reinstalling-the-os/reinstalling-the-os-using-an-iso-file/how-to-request-an-iso.md).

# How to Request an ISO

While we have a good selection of several ISOs in our library available for you use, there may still be exceptions where an ISO may not exist in our library. We allow you to request ISOs via our ticketing system for your own use.

### 1. Open a ticket

Start by going to our client area and then on the left navigation bar, select `Support` \[1] -> `Open Ticket` \[2]

<figure><img src="/files/SqPCudlJNYFEyJi8jrBZ" alt=""><figcaption></figcaption></figure>

### 2. Fill the Ticket Form

Select `Technical Support` as the department.

<figure><img src="/files/WAzpHcMvFkRr9tWokgua" alt=""><figcaption></figcaption></figure>

Then, Enter the `Subjet` \[1] and the `Message` \[2] as per the table below:

{% hint style="danger" %}
We need the ISO link in the following format:

<https://example.com/\\*/example.iso>

The link cannot redirect to another link.&#x20;
{% endhint %}

<table><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Subject [1]</td><td><pre><code>ISO request - VPS Control Panel
</code></pre></td></tr><tr><td>Message [2]</td><td><pre><code>Hello, 

Please add the following ISO to your ISO library:
\[ISO Link]

Thank you! </code></pre></td></tr></tbody></table>

<figure><img src="/files/g74xwVRPUryhfiNpMx32" alt=""><figcaption></figcaption></figure>

### 3. Submit the ticket

Once you've filled out the form, Scroll Down and Click on the `Submit` Button.

<figure><img src="/files/e01EIw5I0ggwnSITmc47" alt=""><figcaption></figcaption></figure>


---

# 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.synteq.com/virtualization-platform/server-management/reinstalling-the-os/reinstalling-the-os-using-an-iso-file/how-to-request-an-iso.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.
