# Troubleshooting

### Installation

<mark style="color:purple;">**I have AltStore installed, but I still can't download Delta**</mark>

If you are having problems downloading Delta, please be sure to check through the AltStore connection [troubleshooting guide](https://faq.altstore.io/getting-started/troubleshooting-guide).

### Importing + Playing Games

<mark style="color:purple;">**Where do I get games from? I thought I could get them from Delta.**</mark>

Unfortunately we are not able to distribute games from Delta directly. We suggest you do your own search to learn about how to get game files. You can see the list of file formats to look out for on our [Importing Games](/getting-started/importing-games.md) page.

<mark style="color:purple;">**I put a game in my library, but when I go to play it either doesn't run at all or freezes at certain points. What do I do?**</mark>

If everything else is fine, but you are having trouble with running a game, try downloading from another source first to make sure that the file you are trying to run is not altered. Some ROMs may be corrupted and you will run in difficulties while trying to play them with Delta.

If you are attempting to play a "ROM Hack," you may have trouble. While many "ROM Hacks" will run perfectly fine on Delta, some larger hacks may require you to run with additional software.&#x20;


---

# 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://faq.deltaemulator.com/getting-started/troubleshooting.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.
