> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/branding-materials.md).

# Branding Materials

### App Name <a href="#app-name" id="app-name"></a>

Max length: 12 characters. We do not recommend to use a very long name as OS will truncate it.

### App Icons <a href="#icon" id="icon"></a>

Your app icon design is very important. Please follow [Apple](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/) and [Google](https://developer.android.com/distribute/google-play/resources/icon-design-specifications) guidelines to design nice looking and recognizable icons.

Minimum requirements t&#x20;

1. PNG or SVG
2. Size: 1024x1024px

For Android 2 layers are required. Transparency is allowed.

![](/files/SR2nliS0NsX4oZybjXni)

{% hint style="warning" %}
**Corner rounding is not allowed.** You need to provide images with no corner raiduses applied. Rounding is applied by an operating system of the smartphone. Different OS apply different rounding. So make sure that your icon content is not cropped with any radius
{% endhint %}

![](/files/mwWzTouCD3RsoUa5j1ob)

### Company Logo <a href="#logo" id="logo"></a>

You can add your company's logo or product logo to the login screen of your app. This will be the first thing your customers see when they create a new account or log in.

1. Format: .PNG
2. Size: 1440px wide or more
3. Transparency: Allowed

### App Branding <a href="#app-theme" id="app-theme"></a>

Console and mobile apps can be customized to reflect your company brand. Here is what can be customized:

* Dark or light theme
* Colors  (you would need to provide your brand colors)
* 2 fonts (primary, secondary, numeric)
* Icons (where applicable)
* Custom images where applicable
* Automation cover images

Contact your Launch Support Engineer for details

<br>


---

# 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.blynk.io/en/commercial-use/business-plan-white-label-assets/branding-materials.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.
