# Branding elements

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

## Using the Branding tools in your Embedded Dashboard

The branding tools can be found under “**Configure**” → “**Appearance**”. Any configuration done here will be applied to all your rooms, unless overridden by individual room settings applied via the [Room Theme API](#using-the-room-theme-api).

![](https://content.gitbook.com/content/LH2UIJDLc2EElQvYUxWX/blobs/veskdCnAtsbvC42VNvip/branding%20dashboard.png)

## Using the Room Theme API

The Room Theme API lets you set up and manage branding settings for individual rooms. This could be used for tailoring the video call experience to your client's own branding, or simply to apply different visual styles for rooms used for different purposes.

Visit the [API reference docs](https://docs.whereby.com/reference/whereby-rest-api-reference) for a closer look at how to use the Room Theme API.&#x20;

Note that branding elements configured via the API will override any "global" branding you may have applied via the Embedded Dashboard.

## Additional Branding Options

There are some supplementary branding options available via our [URL parameters](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes) that may be useful in customizing your meetings look and feel:

* [`?background=off`](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes#background-off) - This parameter allows you to hide the meeting room's background, allowing for your app or website's branding to shine through.
* [`?avatarUrl=<url>`](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes#avatarurl-less-than-url-greater-than) - Set the avatar / profile picture of the participant instead of the automatically assigned name initials.&#x20;
* [`?virtualBackgroundUrl=<url>`](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes#virtualbackgroundurl-less-than-url-greater-than) - Specify an image url to use as the virtual background for the participant.&#x20;


---

# 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.whereby.com/whereby-product-features/branding-elements.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.
