> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/admin-guide/setting-up-meeds/set-up-your-hub/branding-customization.md).

# Branding Customization

{% hint style="info" %}
This page applies to the **Business** and **Enterprise** plans.  [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

### Update the Hub's Theme

* Go to the admin site and access general settings.
* Navigate to the theme configuration.
* Specify the appearance of your platform:

:one: Hub Name: This will be displayed in the top bar and in other contexts (login, public site, email notifications)

:two: Logo: Displayed in the top bar and in other pages (login, public site).

:three: Colors: Choose three colors to distinguish links, selections, and icons.

:four: Favicon: Displayed as the icon in your browser tab.

5️⃣ Application Style: Choose between a square or rounded style for your widgets.

:bulb: *Pour vous aider, une prévisualisation de vos changements est proposée*

### Use the preview feature to see how your changes will look.

* From the admin site, access general settings.&#x20;
* Go to the login page customization.&#x20;
* Specify the appearance of the login page:

:one: Background: By default, the primary color is used. You can add an image in portrait format.&#x20;

:two: Title: Displayed on the background. You can add multilingual versions if needed.&#x20;

:three: Subtitle: Displayed in addition to the title. You can add multilingual versions if needed.&#x20;

:four: Text Color: Adjust the color of your title and subtitle based on the background.&#x20;

:bulb: *If you don't want to display the title and subtitle, leave the fields empty.*

These steps will allow you to personalize both the overall theme of your platform and the appearance of the login page.


---

# 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.meeds.io/meeds-guides/admin-guide/setting-up-meeds/set-up-your-hub/branding-customization.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.
