# App Assets

This page allows you to upload the images to be used by the app. From here, you can upload the Initial splash image and the image for the app launcher icon.

<figure><img src="/files/REfrvtgZsmAhQez4YFOT" alt=""><figcaption></figcaption></figure>

### Splash Image

Splash screens are the first thing users see when your app starts up. They give the app time to get ready while showing you something fun or informative. This screen typically contains the image or logo of the app.

To add the splash screen:

1. Click on the **Settings** from the Navigation Menu (left side of your screen).
2. Select **App Assets**.
3. Under the **Splash** section, click on the **Upload Image** button.
4. Download the project and run your app on a real device or emulator to see the Splash image.

### Launcher Icon

The launcher icon (also known as the app icon) represents your application. When you open the launcher app, it shows the app icons for all the installed apps. It acts as an entry point for your app. The image asset that you will upload here will be used as the app launcher icon.

To add the app launcher icon:

1. Click on the **Settings** from the Navigation Menu (left side of your screen).
2. Select **App Assets**.
3. Under the **Launcher Icon** section, click on the **Upload Image** button.
4. Download the project and run your app on a real device or emulator to see the app launcher icon.


---

# 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.digia.tech/extend-and-ship/app-settings/app-assets.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.
