# Customizing your instance (whitelabel)

{% hint style="info" %}
**Hint**

It’s a paid option! Check with your account executive or your CSM to enable it on your platform!

You should see something like this into the Admin Area -> Settings if not already activated!
{% endhint %}

<figure><img src="/files/zg1v2vf5WIOSGVCxgA7R" alt="white-label-option"><figcaption></figcaption></figure>

Toucan allows you to fully white label your platform at different levels.

{% hint style="info" %}
**Hint**

White label refers to goods or services that are produced by one company, then purchased by another company to rebrand and sell as their own.
{% endhint %}

### Customization at platform level

In the `Admin Area -> Settings` page, you can customize your platform assets.

#### Before

<figure><img src="/files/pRjDFrCw4ZdkxYDZt63r" alt="instance-customization-before"><figcaption></figcaption></figure>

#### After

<figure><img src="/files/3m1IOJFgBLrF7pDyRGQp" alt="instance-customization-after"><figcaption></figcaption></figure>

#### Login Page

<figure><img src="/files/IhijOSarxgKi21pXyei0" alt="white-label-login-page"><figcaption></figcaption></figure>

#### Store title

You can also edit the store title inside the `instance_settings.cson` at root level.

<figure><img src="/files/6YcEkBey6zmPQ5VIdBAA" alt="white-label-title-settings"><figcaption></figcaption></figure>

It will be displayed in your browser tab:

<figure><img src="/files/8BQJcs0XzmKsOskzhvje" alt="white-label-title"><figcaption></figcaption></figure>

### DNS customization

If you want to change the DNS that redirect to your platform, we can use yours! This isn’t yet available through an interface, so please ask your account executive!

### Notifications Provider

Today, to customize the email sender’s name or to use your own SMTP server to deliver notifications, you have to ask your contact at Toucan.


---

# 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-v3.toucantoco.com/administration/instance-management/customizing-your-instance-whitelabel.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.
