> For the complete documentation index, see [llms.txt](https://wiki.provenance-emu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.provenance-emu.com/getting-started.md).

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