# Update Branding

It's really simple to update all.

## Step 1: Get your logos and icons in to the project

1. Copy your logo and paste your icons and logo, make sure to use exactly name and format you will found in these folders: `.../assets/icons` and `.../assets/images`

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

## Step 2: Run commands

Run commands to automatically create Icons, Splashes Screen, and place logos everywhere's needed

Open the terminal within Android Studio by selecting **View > Tool Windows > Terminal**.

1. Run command to generate splash screen:&#x20;

```bash
dart run flutter_native_splash:create
```

2. Run command to generate icons and logo:&#x20;

```bash
flutter pub run flutter_launcher_icons
```

## Step 3: Change app colors

1. To change your app colors, go and open `.../lib/theme/colors.dart` file
2. Find **kPrimaryColor, kSecondaryColor** and **kPrimaryLightColor**
3. Click on each line and change them, then save.


---

# 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.booms.live/update-branding.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.
