# 4. App Configs

### 4.1  Change App Information

From your IDE, go to the **lib/configs/app\_config.dart** file.

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

> * Change the App Name.
> * Change the theme color if you want.

### 4.2 Change Logos

#### Default Logo

To change the logo,  First, rename your logo to **logo.png** and make sure the icon is in **.png** format. Now drag & drop your logo to the **assets/images** folder and replace it with our logo. That's it.

#### Dark Logo

To change the dark logo,  First, rename your logo to **logo\_dark.png** and make sure the icon is in **.png** format. Now drag & drop your logo to the **assets/images** folder and replace it with our logo. That's it.


---

# 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/admin-setup/4.-app-configs.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.
