> For the complete documentation index, see [llms.txt](https://docs.developer.singpass.gov.sg/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developer.singpass.gov.sg/docs/getting-started/app-logo.md).

# App Logo

{% hint style="info" %}
This feature is available for **Login, Myinfo (v5), Myinfo Biz (v3) and Sign with Singpass** apps.&#x20;
{% endhint %}

Your organisation's logo will be displayed in various places like the Login screen and Singpass app. This helps users identify your organisation when they are transacting with you.&#x20;

### App logo requirement &#x20;

When uploading your logo, ensure that they meet the following requirements:

* **File format**: PNG (transparent background)&#x20;
* **Dimension**: 256px by 256px to 512px by 512px
* **File size**: Up to 200KB
* **Aspect Ratio**: Square (1:1 ratio)
* **No padding**: The logo should fill the entire canvas with no surrounding whitespace. Padding is applied automatically and does not need to be included in your upload.

### Example of logo&#x20;

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

Note:

* For Singpass Login screen: Changes will take effect from late Jul 2026.
* For Singpass app: Logo changes will only be reflected once users update to the latest app version, from late Jul 2026 onwards.
* For partners with existing shortcuts in Singpass app: Logo changes or uploaded via SDP will not be reflected on the shortcuts.&#x20;


---

# 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.developer.singpass.gov.sg/docs/getting-started/app-logo.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.
