# Display

The **Settings > Configuration > Display** configurations control the visual appearance of the Aisera Admin UI. These are tenant-level settings that apply across your entire Aisera tenant.

### Branding

#### Admin Logo (URL)

| **Type**    | Text field                                    |
| ----------- | --------------------------------------------- |
| **Default** | Not configured (the Aisera logo is displayed) |

Sets a custom logo for the Aisera Admin UI by providing a publicly accessible URL to an image file. When configured, the image at the specified URL replaces the default Aisera logo in the top-left corner of the admin UI on every page load. When left blank, the Aisera logo is displayed.

Use this when your organization requires co-branding or white-labeling of the admin interface.

{% hint style="info" %}
The image must be publicly accessible. Aisera fetches it server-side to validate it before saving. The URL must point directly to an image file with a valid image MIME type (for example, `image/png` or `image/jpeg`), and the file size must be under 1 MB.
{% endhint %}


---

# 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.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/display.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.
