> For the complete documentation index, see [llms.txt](https://docs.scaleflex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaleflex.com/vxp-visual-experience-platform/settings/project/branding.md).

# Branding

<figure><img src="/files/c3meeJ8pYXIwkMonoITW" alt=""><figcaption></figcaption></figure>

### Project Name

Use this section to name your project. The name will be displayed at the top right corner of the DAM.&#x20;

### &#x20;Login page <a href="#login-page" id="login-page"></a>

This section allows you to customize the login page of your project

| Setting               | Description                                                                                                              |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Login page layout     | Select the layout of the login page                                                                                      |
| Background cover type | Select the background of the login page: color or an image                                                               |
| Cover                 | Select a background image if you have selected the image option or the main color, if you have selected the color option |

### Logo <a href="#logo" id="logo"></a>

| Setting      | Description                                                                                                                                             |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| company logo | Upload a project (or company) logo to be displayed on the top-left corner of the Asset Hub. You can add logos that accomodate to Light and Dark themes. |
| Favicon      | Upload a custom favicon to replace the default Scaleflex DAM favicon.                                                                                   |

### Theme <a href="#basic" id="basic"></a>

| Setting               | Description                                                             |
| --------------------- | ----------------------------------------------------------------------- |
| Theme                 | Select between Dark, Light and Custom theme.                            |
| Color                 | Add your own color-hex code to override the Asset Hub's default colour. |
| Default number format | Set the format for the thousands and decimal separators in numbers      |

### Email templates <a href="#basic" id="basic"></a>

You can customize the email templates to match sent to users when following events occur:

| Event category | Event types                                                                                                                                                 |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Hub login      | <ul><li>Invite user (Hub)</li><li>Lost password</li><li>Login MFA</li></ul>                                                                                 |
| Sharing        | <ul><li>Invite to Sharebox / Airbox</li></ul>                                                                                                               |
| Portals        | <ul><li>User self-registration</li><li>Invite user (Portals)</li><li>Confirm user</li><li>Validate user</li><li>Reject user</li><li>Portal update</li></ul> |

Clone the default email template and adapt the HTML as well as the plain text version of the email to meet your brand guidelines as well as messaging. You can also translate the templates in your organisation's language.


---

# 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.scaleflex.com/vxp-visual-experience-platform/settings/project/branding.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.
