> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/governance/custom-brand-configuration.md).

# Branding

This guide shows Enterprise customers how to fully customize the look and feel of the Qore Workbench and deployed applications to align with specific brand guidelines.

## White-Labeling the Platform

The Brands feature, available to enterprise customers, allows you to change the platform name, logos, and entire color scheme, which is essential for white-labeling and maintaining brand consistency across all deployments.

## Create and Apply a Custom Brand

1. **Access Brand Configuration**: Navigate to the **Enterprise Features** section in the main navigation and select **Brands**.
2. **Create a New Brand**: Click the option to **Create a Custom Brand**.
3. **Define Core Identity**:
   * **Name**: Give your custom brand a unique name (e.g., "Innovate AI Platform").
   * **Platform Name:** Specify the platform name you want displayed in the UI.
4. **Upload Brand Assets**: Upload your required visual assets:
   * Small Logo
   * Large Logo
   * Favicon

<div data-with-frame="true"><figure><img src="/files/qLvphEeMTPAF1cOGTYKK" alt="" width="563"><figcaption><p><br><mark style="color:green;"><strong>Upload Brand Assets</strong></mark></p></figcaption></figure></div>

5. **Configure Color Palette**: Use the color configuration tool to define the core aesthetics:
   * **Primary Brand Color**: Set the main color for buttons, highlights, and primary actions.
   * **Secondary Brand Color**: Set the accent color.
   * **Advanced Options**: Access more granular color controls (e.g., sidebar foreground/background, accent colors) if needed.
6. **Review in Real-Time**: Observe the **Preview** panel on the right side of the screen. As you change colors, you will see the updates reflected immediately.

<div data-with-frame="true"><figure><img src="/files/cHEUJUyWqmR8RkbwabGC" alt="" width="563"><figcaption><p><br><mark style="color:green;"><strong>Real-time Preview</strong></mark></p></figcaption></figure></div>

7. **Save the Brand**: Once satisfied with the preview, **Create the Brand** to save the configuration.
8. **Apply the Brand**: To activate the custom look, you must explicitly **Apply** the new brand from the configuration screen or the main Brands list.

## Related

* [Control Center](/start-here/control-center.md) — manage account-wide governance and administration.
* [Account Settings](/governance/account-settings.md) — manage users, teams, roles, and API keys.
* [Users, Roles & Permissions](/governance/users-roles-and-permissions.md) — configure access and identity controls.


---

# 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.uptiq.ai/governance/custom-brand-configuration.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.
