# Advanced

- [Virtualizing macOS](https://wiki.provenance-emu.com/advanced/virtualizing-macos.md): Run macOS in a virtual machine to build Provenance from source without a Mac
- [Launch ROMs via URL](https://wiki.provenance-emu.com/advanced/launch-roms-via-url.md): Open games directly using Provenance's URL scheme
- [Restoring Files](https://wiki.provenance-emu.com/advanced/restoring-files.md): How to back up and restore ROMs, saves, BIOS files, and other data
- [Advanced Installation FAQ](https://wiki.provenance-emu.com/advanced/faqs-advanced.md): Advanced installation FAQ for sideloading, building from source, and developer workflows


---

# 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://wiki.provenance-emu.com/advanced.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.
