# Library

The library is where you can find your games after they've been imported. From here you can play and manage your games and access settings.

## <mark style="color:orange;">Playing Games</mark>

To play your games, tap on the game's artwork. To manage your game and see more options, tap and hold on the game to bring up the [context menu](/using-ignited/games-library/context-menu.md).

You can also play games using the 'play' icon on the right side of the navigation bar. From here you can resume or quit the currently playing game, play a recent or random game, and import new games.

## <mark style="color:orange;">Importing Games</mark>

To [import games](/getting-started/games.md), tap the '+' icon on the left side of the navigation bar. If you already have some games, the import menu can be accessed using the 'play' icon.

## <mark style="color:orange;">App Settings</mark>

To make changes to Ignited's [settings](/using-ignited/settings.md), tap the gear icon on the left side of the navigation bar.

## <mark style="color:orange;">Library Settings</mark>

To customize the library's look and functionality, tap the '•••' icon on the right side of the navigation bar. Here you can access customization and other options for the library, as well as quickly access this documentation site.


---

# 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/using-ignited/games-library.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.
