# Branding settings

### Customize Your Branding on Veriam

Veriam allows you to personalize your hosted pages with your own logo and brand color. This ensures that your brand is front and center throughout the customer experience - from signup to checkout - helping customers recognize and trust your service.

### Where Your Branding Appears

Once set, your branding will appear on the following Veriam-hosted pages:

* Signup, login, and onboarding flows
* Veriam hosted pricing page
* Checkout screens
* Invoices generated on your behalf

If you do not configure your branding, the default Veriam branding (logo and colors) will be used alongside your provider name.

### How to Set Up Your Branding

<details>

<summary>Steps to add branding settings</summary>

1. **Open the Veriam App**\
   Log in to your Veriam account.
2. **Navigate to Branding Settings**\
   Go to the **Advanced** menu and select **Branding Settings**.
3. **Upload Your Logo**\
   Click **Edit**, then upload your logo in `.png` or `.jpg` format.
4. **Set Your Brand Color**\
   Enter your primary brand color using a HEX code (e.g. `#1A73E8`) or RBG (e.g. `40, 161, 35` ) or selecting from the colour picker.&#x20;
5. **Save Your Changes**\
   Once you're done, save the settings to apply your branding instantly.

</details>

#### Tips

* Use a high-resolution logo for best results.
* Choose a color that contrasts well with white or dark backgrounds for readability.
* You can update these settings anytime.

***


---

# 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.myveriam.com/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.
