# System-Specific Guides

Most systems in Provenance work out of the box — import a ROM and play. However, some systems have extra configuration options, additional file requirements, or unique features worth knowing about.

* [Nintendo 64](/platforms-and-performance/system-guides/n64.md) — Custom texture packs, Mupen64Plus settings
* [Nintendo 3DS](/platforms-and-performance/system-guides/3ds.md) — emuThreeDS native core, system files, performance tips
* [GameCube & Wii](/platforms-and-performance/system-guides/gamecube-wii.md) — Dolphin native core, system folder, HD textures

***

## RetroArch Core Folder Structure

Many systems in Provenance use **RetroArch-based cores**. These cores support additional files and configuration through RetroArch's standard folder structure:

* **System files** — BIOS, firmware, and other required files
* **Cheats** — `.cht` cheat code files
* **Shader presets** — Custom visual filter configurations
* **Core overrides** — Per-core and per-game settings

Files placed in the RetroArch system directories are automatically available to the corresponding cores. Access these folders via the [Web Server](/advanced/restoring-files.md) or Files app.

***

{% hint style="info" %}
Need help with a specific system? Ask on [Discord](https://discord.gg/provenance).
{% endhint %}


---

# 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/platforms-and-performance/system-guides.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.
