> For the complete documentation index, see [llms.txt](https://docs.datacake.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datacake.de/organization/white-label/set-your-white-label-site-as-default-branding.md).

# Set your White Label Site as Default Branding

As you might know, when working with your white label site, you need to still use app.datacake.de to manage it. To avoid struggles and common mistakes, you can now set the default branding for your Reports, Rules and invitations to be your own branding.

## Overview

The new **Default Branding** feature allows administrators to set a **workspace-specific** branding that is automatically applied across multiple areas of the platform. This prevents accidental use of the standard Datacake branding and saves time when inviting members, creating reports, or setting up rules.

This functionality is part of the **White Label** option, which requires **administrator rights with white label and workspace permissions**.

### How It Works

* **Previously**:\
  Every time you created a report or rule, or invited a member to a workspace, you needed to manually select your white label branding. By default, the system pre-selected the standard Datacake branding. This often led to mistakes if the white label site was not chosen.
* **Now**:\
  With default branding at the workspace level, your chosen white label site is automatically pre-selected across all supported areas. This ensures consistency and reduces human error.

## Setting the Default Branding

1. Go to **Workspace → Default Branding**.
2. Select your desired **white label site** from the list. If you only own one white label site, you will see your white label in the drop-down-list.
3. Save your changes.
4. When creating a new workspace, select your white label site as **Default Branding**. That can always be changed inside of the **Workspace** section on the left-side menu.

From this point on, all newly created reports, rules, and member invitations within that workspace will use this branding by default.

{% hint style="success" %}
Currently, this is a setting on the Workspace Level, not Organization Level, so you still need to set it in each workspace.
{% endhint %}


---

# 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.datacake.de/organization/white-label/set-your-white-label-site-as-default-branding.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.
