# Custom Branding

By default, applications built with this toolkit must be deployed on a \`.gouv.fr\` domain. &#x20;

Using the DSFR outside that context requires an official agreement. &#x20;

But what if you want to open your app to other use cases?

**React-DSFR** allows you to white-label your application, and even apply a custom MUI theme dynamically, simply by changing a configuration value.

Here’s a video tutorial that shows how to leverage this feature:

{% embed url="<https://youtu.be/qd2kFXvrwps>" %}

You can find the template project used in the tutorial here:

{% embed url="<https://github.com/InseeFrLab/vite-insee-starter>" %}

**Bonus tip:** &#x20;

If you want to change the environment variable that defines the active theme \*\*without rebuilding\*\* (in Vite projects), you’ll find this tool very useful:

{% embed url="<https://github.com/garronej/vite-envs>" %}


---

# 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://react-dsfr.codegouv.studio/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.
