# 8.2 Change App Icons & Images

## 8.2.1 Change App Icon

The icon should be in **.png** format.

> * Go to the **assets/images** and delete the default icon (i**con.png**).
> * Now upload your app icon as png in the **assets/images** folder and rename it to **icon.png**
> * Now run the following command on the terminal:

```
flutter pub get
flutter pub run flutter_launcher_icons:main
```

This command will create an android & iOS icons for your app.

{% hint style="info" %}
That’s it. For more info, visit this [site](https://pub.dev/packages/flutter_launcher_icons#-readme-tab-).
{% endhint %}

***

## 8.2.2 Change App Logo (For Light Mode)

The logo should be in **.png** transparent format.

> * Go to the **assets/images** and delete the default logo (**logo.png**).
> * Now upload your app icon as png in the **assets/images** folder and rename it to **logo.png**

## 8.2.2 Change App Logo (For Dark Mode)

The logo should be in **.png** transparent format.

> * Go to the **assets/images** and delete the default logo (**logo\_dark.png**).
> * Now upload your app icon as png in the **assets/images** folder and rename it to **logo\_dark.png**

***

## 8.2.3 Change Splash Icon

The splash icon should be in **.png** format.

> * Go to the **assets/images** and delete the default splash icon (**splash.png**).
> * Now upload your app icon as png in the **assets/images** folder and rename it to **spash.png**

***

## 8.2.4 Change On-Boarding Images

These images must be in **.svg** format. We have used images from the following site: [https://storyset.com/](https://storyset.com/?fbclid=iwar0xg3xecpfvfv_lqopgfic7c6-cdkh7mgdd4ylcxwfkyn4alordhk84hso). You can get the images from there too.

* Select your 3 images and rename them to **inro\_1.svg, intro\_2.svg** and **intro\_3.svg**.
* Go to the **assets/images** folder and paste and replace with the existing images.

{% hint style="info" %}
You can disable the onboarding screen from the app if you want. You can do that directly from the admin panel. If so, you don't have to do this step.&#x20;
{% endhint %}


---

# 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://doc.newshour.mrb-lab.com/app-setup/8.-app-information-setup/8.2-change-app-icons-and-images.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.
