# Custom branding

Lowcoder provides a white-labelling feature that allows you to customize your workspace's **branding**, including logo, favicon, brand name and color. You can easily configure branding to match your company's branding and benefit from consistent experiences with your company's existing internal tools.

{% hint style="info" %}
Custom branding is a **premium feature** of self-hosted Enterprise Edition of Lowcoder. Feel free to contact our team if needed.
{% endhint %}

## Branding settings

Only **workspace admins** have the permission to customize branding. Navigate to [Lowcoder homepage](https://cloud.Lowcoder.dev/), select ⚙️ **Settings** tab \*\*\*\* in \*\*\*\* the left pane and click **Branding**. You can edit the settings on the left and preview the actual effects on the right.

The customizable branding settings are listed as follows:

* Logo: click the **Logo** box to upload your logo, which is shown at the top bar. The file browser will pop up and you can select an image file. Lowcoder supports `.jpg`, `.svg`, and `.png` files.
* Head color: click the palette in the **Head Color** section to select the background color of the top bar. You can also directly type a CSS color into the box.
* Brand name: enter your **Brand Name** in the input box and it will show on the **login page** and as the browser tab title.
* Favicon: click the **Favicon** box to upload your website icon, which is shown in the browser tab.

{% hint style="success" %}
Click the **Save** button and the settings will immediately take effect.
{% endhint %}

### Example

The following pictures show what workspace **members** and **end users** will see on the login page, homepage, and application pages after branding is successfully customized (take the brand name "My brand" for example).

Note that workspace **developers** and **admins** still see "Lowcoder" branding on the homepage and application pages.

## Further support

If the current branding feature doesn't meet your requirements, please do not hesitate to contact us. Lowcoder team is ready to help with your needs.


---

# 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.lowcoder.cloud/lowcoder-documentation/lowcoder-for-enterprise/custom-branding.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.
