> For the complete documentation index, see [llms.txt](https://docs.simicart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simicart.com/app-studio/design-your-app/app-settings.md).

# App settings

<figure><img src="/files/19SyWLwLuIazg6rLTokf" alt=""><figcaption></figcaption></figure>

### 1. App media

App media consists of three key visual assets for your app: app logo, app icon, and feature graphic. These assets help define your app's branding and appearance on Google Play Store or Apple App Store.

#### App logo

<figure><img src="/files/0Ntd0NZqtEN9QpSj2ACD" alt=""><figcaption></figcaption></figure>

App logo will be displayed in your app header and navigation menu on the left. You can upload, and crop images based on recommended size 768 x 180 px or above with similar ratio. Click Preview to see how it displays in the app.

#### App icon

<figure><img src="/files/0Ntd0NZqtEN9QpSj2ACD" alt=""><figcaption></figcaption></figure>

App icon serves as a representation of your app on app store listing & phone screen. You can upload and crop your icon image based on the recommended size 1024 x 1024 px or above with similar ratio. Click Preview to see how it displays on app store listing & phone screen after installment.

#### Feature graphic

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

Feature graphic is a promotional banner displayed at the top of your app's Google Play Store page on larger screens, such as desktops or smart TVs, to convey the app’s essence and capture user's attention. This is part of Google Play's required app listing contents, so make sure to upload this banner! You can upload and crop your icon image based on the recommended size 1024 x 500 px or above with similar ratio.

### 2. Splash creen

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

A splash screen is the screen your user see briefly when waiting for your app to finish loading.

#### Splash screen logo

Choose an image that can showcase your brand perfectly, then upload and crop the chosen image based on recommended size 500 x 500 px or above with similar ratio. Click Preview to see how it displays in the splash screen.

#### Splash screen background

Choose the background color of your app's splash screen. Click Preview to see how your splash screen displays with the chosen color.

#### Loading icon

Choose the color of the loading icon in your app's splash screen. Click Preview to see how it displays in the splash screen.

### 3. Maintenance mode

Turn on maintenance mode to display the below screen & prevent users from using the app in case of emergency.

<figure><img src="/files/UKyUWYvl0kwPJvwROK1s" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simicart.com/app-studio/design-your-app/app-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
