> For the complete documentation index, see [llms.txt](https://docs.screendesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.screendesk.io/request-screen-recording/branding-and-customization/remove-screendesk-logo.md).

# Remove Screendesk logo

Screendesk's white label feature allows you to remove "Powered by Screendesk" branding and customize the screen recorder interface with your own company logo and colors. This creates a seamless, branded experience for your customers.

### What is White Labeling?

White labeling removes third-party branding from the customer-facing recorder interface, replacing it with your own brand identity. When enabled, your customers see:

* **No "Powered by Screendesk" text** in the recorder or player

This makes it appear as if the screen recording functionality is a native part of your application rather than a third-party tool.

### Feature Availability

{% hint style="info" %}
White labeling is available on **Pro** and **Enterprise** plans. Upgrade your subscription to access this feature.
{% endhint %}

Check your current plan in **Settings** > **Billing** to see if white labeling is included.

### Enabling White Label

**Step 1: Access Branding Settings**

{% stepper %}
{% step %}

#### Navigate to Branding

Go to **Settings** > **Branding** in your Screendesk workspace.
{% endstep %}

{% step %}

#### Find White Label Toggle

Look for the **"Remove Screendesk Branding"** or **"Enable White Label"** toggle.

<figure><img src="https://3820804400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfW6XSzJSKsNyZnOkSJPt%2Fuploads%2FLkhyDB7Ss0ix1v9ujYu3%2FCleanShot%202026-02-09%20at%2016.43.51%402x.png?alt=media&#x26;token=caf63c0c-d0e6-4c78-a1d4-c1bf386e867b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enable the Feature

Toggle the switch to **ON** to remove Screendesk branding.

{% hint style="warning" %}
Changes apply immediately to all new recordings. Existing recordings are not affected.
{% endhint %}
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Does white labeling affect existing recordings?</summary>

No. White labeling only applies to new recordings created after the feature is enabled. Existing recordings keep their original branding.

</details>

<details>

<summary>Can I white label only certain integrations?</summary>

No. White labeling applies globally to all customer-facing interfaces. You cannot selectively enable it for some integrations and not others.

</details>


---

# 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.screendesk.io/request-screen-recording/branding-and-customization/remove-screendesk-logo.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.
