# Games

Games for Ignited are found in the form of ROMs, which are files that contain all the data found on a real game cartridge. The emulator cores within Ignited use these ROMs to play games.

***\*ROMs are not supplied by Ignited, and I cannot help you find them.***

You can add games to your library by tapping '+' beside the settings gear icon in the top left and choosing to import from either Files or iTunes.

<div data-full-width="false"><figure><img src="/files/RKrekyg4NGslMMbAWQMk" alt=""><figcaption><p>Import Button</p></figcaption></figure> <figure><img src="/files/PlP955Cg9oTRjB3fBCma" alt=""><figcaption><p>Import Menu</p></figcaption></figure></div>

If you already have games imported, the '+' icon will be replaced with a play icon. The import menu will now be located within the play menu for future importing.

<div><figure><img src="/files/MkFPm5gs1Btq5Oa6t2RI" alt=""><figcaption><p>Play Button</p></figcaption></figure> <figure><img src="/files/ekmughDRO7gLWYu35zMx" alt=""><figcaption><p>Play Menu</p></figcaption></figure></div>

### <mark style="color:yellow;">Files Import</mark>

The Files option allows you to import games using the built in Files app. You can select multiple games at once. Files can remain compressed `.zip` files or can be uncompressed in one of the [supported file formats](#supported-file-formats).

### <mark style="color:yellow;">iTunes Import</mark>

The iTunes option allows you to import games added via iTunes or Finder. Game files can also be manually placed in the `On My Device -> Ignited` folder and they will be imported with this option as well.

## <mark style="color:orange;">**Supported File Formats**</mark>

| System             | Accepted Formats           |
| ------------------ | -------------------------- |
| NES                | .nes                       |
| SNES               | .smc, .sfc, .fig           |
| Game Boy           | .gb                        |
| Game Boy Color     | .gbc                       |
| Game Boy Advance   | .gba                       |
| Nintendo DS        | .ds, .nds                  |
| Nintendo 64        | .n64, .z64                 |
| Sega Genesis       | .gen, .bin, .md, .smd, .sg |
| Sega Master System | .sms                       |
| Sega Game Gear     | .gg                        |


---

# 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://docs.ignitedemulator.com/getting-started/games.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.
