# Branding settings

The Manage Branding section allows you to customise the look and feel of Eventflow to fully reflect your event. Here, you can:

* Choose a sidebar colour
* Upload your event logos
* Upload a custom background image for the login, reset password, and guest form pages

### Setting a sidebar colour

To set a sidebar colour:

{% stepper %}
{% step %}

### Click on the colour picker

To open the colour selector panel.
{% endstep %}

{% step %}

### Choose a colour from the colour picker

&#x20;Or enter a HEX value manually to match your brand colour exactly.
{% endstep %}
{% endstepper %}

### Automatic logo contrast adjustment

Below the colour selector, you’ll find a dropdown field that determines whether Eventflow should automatically adjust your logo based on the selected sidebar colour.

* When enabled (set to “Yes”), Eventflow will choose the logo version with the best contrast against your sidebar colour.
* In most cases, we recommend keeping this setting enabled for optimal visibility.

### Logos

To ensure Eventflow fully reflects your event, we recommend uploading two versions of your event logo:

1. Standard logo
2. Inverted logo (for dark backgrounds)

This ensures your logos look great across all areas of Eventflow, including the sidebar, welcome emails, and login screens.

#### Uploading a Logo

To upload a logo, simply drag and drop it into the upload box or click Browse to select a file from your computer. For best results, we recommend using a transparent PNG for both logos.

#### Logo Sizing Guidelines

* Horizontal logos (wider than tall):
* Width: 576px (height scales proportionally)
* Vertical logos (taller than wide):
* Height: 280px (width scales proportionally)
* Square logo or icon:
* Recommended for favicons and other areas within Eventflow

By following these guidelines, your event branding will display perfectly across the platform.


---

# 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.eventflowapp.com/eventflow-cms/branding-settings.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.
