# App info

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

### App name

This is the name you given while creating a new app. You can update it here if you want.

### App icon

App icon is your brand icon. It will help people identify your application on stores.

* Upload your brand icon. Default logo is provided by Twinr.
* You can see the preview how it will look in Android and iOS mobile devices on the right side.

Note: <mark style="color:red;">You must upload 1024px x 1024px size image. This is required for uploading on the stores.</mark>

### Icon Background

Some Android devices display app icons in different shapes (circle, square, or rounded square), which may leave **white spaces** around the icon.\
To ensure a consistent and clean look, you can set your **icon background** in one of two ways:

1. **Background Color:**
   * Choose a solid color using the color picker or enter a hex color code.
   * Example: `#FFFFFF` for white or your brand color for consistency.
2. **Background Image:**
   * Select this option if you prefer using an image as the background instead of a solid color.

> ⚠️ **Note:** Use a **PNG** icon with transparency for the best results.


---

# 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://help.twinr.dev/setup-branding-info/app-info.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.
