> For the complete documentation index, see [llms.txt](https://docs-v3.toucantoco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.toucantoco.com/administration/instance-management/customizing-your-instance-whitelabel.md).

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