> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ontime.hosai.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Branding

> Set your organization's accent colour and upload a logo.

export const PermissionNote = ({perm}) => <Info>
    Requires the <code>{perm}</code> permission. Ask your administrator if an
    action described here is missing from your screen — see
    [Roles & permissions](/help/concepts/roles-and-permissions).
  </Info>;

<PermissionNote perm="settings:write" />

**Settings → Branding.**

## Brand colour

A hex colour value, with a live swatch beside the field.

<Warning>
  **The brand colour is stored but not yet applied to the interface.** Nothing in the app reads it — the OnTime theme does not change when you set it. The panel says so itself.

  Set it if you want the value recorded for when it is wired up; do not expect a visual change.
</Warning>

## Logo

Upload an image to represent your organization.

| Constraint           | Value                |
| -------------------- | -------------------- |
| **Maximum size**     | 2 MB                 |
| **Accepted formats** | PNG, JPEG, SVG, WebP |

The upload goes directly to storage rather than through the API server, then is confirmed. **Remove** clears it.

<Tip>
  A logo with transparent background and generous padding works across both the light and dark themes. A tightly cropped logo on a white rectangle will look like a white rectangle in dark mode.
</Tip>
