# Whitelabelling

{% hint style="info" %}
Platform whitelabeling is available with the Enterprise Max add-on.
{% endhint %}

To manage the whitelabelling, go to the [settings panel](/docs/settings/settings.md) and select **Whitelabelling**. The option is only visible for workspaces with the Enterprise subscription plan and its Enterprise Max add-on.

***

## Settings

In Whitelabelling settings:

* **Main logo version** — logo image used in the sign-in screen and expanded sidebar. For best results, the logo should have a transparent background.
* **Square logo version** — logo image used in the collapsed sidebar. For best results, apply a square graphic with transparent background.
* **Show/hide colour options** — an accordion that expands to show the customizable colours of the Proto AICX interface, with variants for both **Light** and **Dark** themes. Each colour can be set by a **colour picker** or **hex input**, and toggled from Proto's default value with its **Enabled checkbox**. To apply transparency to a colour value, use an [8-digit hex code](https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4).\
  \
  The customizable colours are:
  * **Brand Colour**
  * **Background Colour**
  * **Foreground Colour**
  * **Card Colour**
  * **Card Foreground Colour**
  * **Popover Colour**
  * **Popover Foreground Colour**
  * **Primary Colour**
  * **Primary Foreground Colour**
  * **Secondary Colour**
  * **Secondary Foreground Color**
  * **Muted Colour**
  * **Muted Foreground Colour**
  * **Accent Colour**
  * **Accent Foreground Colour**
  * **Border Colour**
  * **Input Colour**
  * **Ring Colour**


---

# 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://documentation.proto.cx/docs/settings/workspace/whitelabelling.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.
