# Getting Started

- [What is an Emulator?](https://wiki.provenance-emu.com/getting-started/what-is-an-emulator.md): New to emulation? Here's what it is, why you want it, and what you can play — explained for everyone.
- [Getting Started](https://wiki.provenance-emu.com/getting-started/getting-started.md): Go from zero to playing your first game in under 10 minutes
- [Installing Provenance](https://wiki.provenance-emu.com/getting-started/installing-provenance.md): How to install Provenance on your Apple device
- [App Store (Recommended)](https://wiki.provenance-emu.com/getting-started/installing-provenance/app-store.md): Install Provenance for free from the App Store on iPhone, iPad, Mac, and Apple TV — the easiest way to play retro games on iOS and tvOS
- [Alternative Installation Methods](https://wiki.provenance-emu.com/getting-started/installing-provenance/advanced.md): Sideloading and building from source as alternatives to the App Store
- [Sideloading](https://wiki.provenance-emu.com/getting-started/installing-provenance/advanced/sideloading.md): Easy. Install pre-built releases (or pre-releases).
- [Building from Source](https://wiki.provenance-emu.com/getting-started/installing-provenance/advanced/building-from-source.md): Build Provenance from source with Xcode — get the latest in-development features on iOS, tvOS, and macOS
- [Updating Provenance](https://wiki.provenance-emu.com/getting-started/installing-provenance/updating.md): How to update your Provenance installation
- [BIOS Requirements](https://wiki.provenance-emu.com/getting-started/bios-requirements.md): Certain emulator cores require specific BIOS files in order to play.


---

# 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/getting-started.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.
