> For the complete documentation index, see [llms.txt](https://docs.thatstel.la/utmfaq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thatstel.la/utmfaq/master.md).

# Welcome

{% hint style="info" %}
This documentation is still up for historical and ease of use purposes.

When using the latest versions of UTM, using the [official UTM documentation](https://docs.getutm.app/) is recommended.
{% endhint %}

## How to use this FAQ

Please see the sidebar for the available information, or some recommended pages below.

For some of the most commonly asked questions, you can [check out this page](/utmfaq/most-asked-questions.md).

## Guides by Conath

Conath recently released a brand new guide about installing Windows 10 x64 on M1 Macs, it's quite good and you can watch it here: <https://www.youtube.com/watch?v=KsNoGPczavw>

## Recommended pages

{% content-ref url="/pages/-MaFSVxJPqEcvkWJJEcG" %}
[Installing on jailbroken iOS](/utmfaq/installing-utm/installing-on-jailbroken-ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaFSR1s70\_OaIfu\_3AH" %}
[Installing on nonjailbroken iOS](/utmfaq/installing-utm/installing-on-nonjailbroken-ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaFknpBeXlSyPfSSz74" %}
[Misc Tips](/utmfaq/software-and-vms/misc-tips.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaFibjb-Rl49bhazBAk" %}
[Software and VMs](/utmfaq/software-and-vms/software-and-vms.md)
{% endcontent-ref %}

## Help

{% hint style="info" %}
If you need more help, check out UTM's [support page](https://mac.getutm.app/support/).
{% endhint %}

## Creator and Credits

This FAQ was created by [ThatStella7922](https://thatstel.la). If you have any suggestions, [contact me](https://thatstel.la) or ping me in the [UTM Discord server](https://discord.gg/UV2RUgD), my username is **ThatStella7922**

Credits to conath, BluDood, osy and countless others for helping me to write this guide and giving me feedback.


---

# 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.thatstel.la/utmfaq/master.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.
