# FAQ

## <mark style="color:orange;">Q: Can I transfer my games and saves from Delta?</mark>

A: Yes. If you have your games backed up with Delta Sync, you can log into the same backup service with Ignited Sync and all your games and saves will be downloaded into Ignited and synced.

## <mark style="color:orange;">Q: What systems are currently supported?</mark>

A: The systems currently supported by Ignited are:

* Nintendo (Nestopia)
* Super Nintendo (Snes9x)
* Nintendo 64 (mupen64plus)
* Game Boy Color (Gambatte)
* Game Boy Advance (visualboyadvance-m)
* Nintendo DS (melonDS/DeSmuME)
* Genesis/Mega Drive (Genesis Plus GX)
* Master System (Genesis Plus GX)
* Game Gear (Genesis Plus GX)

## <mark style="color:orange;">Q: Where can I get games/ROMs/BIOS files?</mark>

A: I can't help you find these files. A simple google search should point you in the right direction.

## <mark style="color:orange;">Q: Will you add (retro system) to the app?</mark>

A: Probably not. I'm not very interested in any new systems beside eventually 3DS. Also I currently lack the technical coding skills to implement new cores into the app. That being said, I will gladly add new systems to the app if other devs put in the effort to add new cores.


---

# 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/help/faq.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.
