> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/documentation/documentation-en/get-started/brands.md).

# Brands

{% hint style="success" icon="list-check" %}
**IN BRIEF**

Configure your brand in Fullwhere so that it reflects your identity (signature, etc.)

Configure your brand’s domains and email addresses to synchronize your emails in Fullwhere.

Manage restricted members’ access to your brand.
{% endhint %}

{% hint style="info" icon="shield-check" %}
To edit a brand in your Fullwhere workspace, you must be a supervising member with Administrator rights or have write access rights on the brand concerned.
{% endhint %}

Go to Settings, then open the menu [Brands](https://app.fullwhere.com/settings/brands).

## Edit a brand <a href="#h_6380bd74da" id="h_6380bd74da"></a>

To edit a brand’s information, click the corresponding card and edit the information from the right panel.

### Information tab <a href="#h_bc9834e24a" id="h_bc9834e24a"></a>

In the Information tab, you can edit the general settings of the location.

| Field           | Description                          |
| --------------- | ------------------------------------ |
| Brand name      | Your brand name, internal and public |
| Brand signature | The brand’s text signature           |

### Members tab <a href="#h_168be6d8b5" id="h_168be6d8b5"></a>

In the Restricted Members tab, you can manage the users who have rights on this brand.

#### Add a user <a href="#h_e3c3611f2b" id="h_e3c3611f2b"></a>

To add a new user to a brand, click Invite.\
Enter the email address of the user to invite.

Once invited, you can change the user’s rights, which are set by default to Viewer.

{% hint style="info" %}
Restricted user roles

* A Manager can view and edit all locations and feedback associated with the brands they have access to.
* An Editor can view and edit feedback for the brands (and associated locations) they have access to.
* A Viewer can view all brands (and associated locations) and feedback they have access to, but cannot make any changes.
  {% endhint %}

#### Manage users <a href="#h_ee375b3a9c" id="h_ee375b3a9c"></a>

Users who have rights on the brand are displayed in the Restricted Members tab.

You can change a user’s rights via the dropdown menu next to their name.

To remove a user’s rights on the brand, click the 3 dots at the end of the row then click Delete.\
This action does not delete the user from your account. They keep any rights they may have on other resources.\
To permanently delete a restricted member, go to the section [Restricted members](/documentation/documentation-en/get-started/members.md#h_8389dc5675).

### Addresses tab <a href="#h_97ac72314e" id="h_97ac72314e"></a>

#### Connect your email addresses to Fullwhere (*recommended*)

You can connect email addresses you own to Fullwhere in order to send and receive emails from those email addresses.

This requires [connecting and authenticating your domain with Fullwhere](/documentation/documentation-en/connections/authenticate-your-domain-for-sending-emails.md) and setting up a [automatic email forwarding](/documentation/documentation-en/connections/automatic-email-forwarding.md).

To connect one of your email addresses to Fullwhere:&#x20;

{% stepper %}
{% step %}

#### **Go to Settings >** [**Brands**](https://app.fullwhere.com/settings/brands) **and select the relevant brand**

{% endstep %}

{% step %}

#### **Go to the Addresses tab**

In the **Your email addresses**, click on **+ Add an address.**

In the pop-up menu, enter the email address to add.

* If you want to automatically forward emails received at this email address to Fullwhere, check **Automatically forward emails**.\
  If you only want to use this email address to send satisfaction surveys but not monitor emails received in Fullwhere, uncheck **Automatically forward emails**.
* If you want this new email address to be your brand’s default email address, check **Set as default email address**.\
  Your brand’s default email address will be used for automatically sending replies, and will be suggested by default when replying to your customer interactions from the Fullwhere Inbox.

Click **Continue**.
{% endstep %}

{% step %}

#### Set up automatic email forwarding

If you checked **Automatically forward emails** in the previous step, we display the forwarding email address to configure.

To set up automatic email forwarding to Fullwhere, follow [this guide](/documentation/documentation-en/connections/automatic-email-forwarding.md).

Click **Continue**.
{% endstep %}

{% step %}

#### Authenticate your domain

The last step is to authenticate your domain in Fullwhere so that we can send emails from the added email address.

To do this, follow [this full guide](/documentation/documentation-en/connections/authenticate-your-domain-for-sending-emails.md) by providing the information shown in the pop-up menu.
{% endstep %}
{% endstepper %}

#### Use Fullwhere email addresses&#x20;

Each brand can be assigned Fullwhere email addresses. These email addresses are created on the fullwhere-mail.com subdomain linked to your brand, for example *@brand.fullwhere-mail.com*.

It is possible to create several Fullwhere contact addresses for the same brand, for example to separate different uses: [*support@brand.fullwhere-mail.com*](mailto:sav@marque.fullwhere-mail.com) or [*careers@brand.fullwhere-mail.com*](mailto:recrutement@marque.fullwhere-mail.com)*.*

These email addresses can be shared with your customers so they can contact your brand.

{% hint style="info" icon="lightbulb" %}
A brand’s contact email address can be used in review replies to invite your customer to contact you again by email.
{% endhint %}

When you create multiple email addresses for a brand, you must define a default email address.\
This one will be used to automatically reply to your customers by email.

### Signature tab

You can set up an email signature to personalize replies to your brand’s interactions.\
See the full article [Email signatures.](/documentation/documentation-en/get-started/email-signatures.md)

### Variables tab

The [variables](/documentation/documentation-en/automations/variables.md) let you dynamically customize your AI agents based on the brand involved in the customer interaction.

When variables are defined in your Fullwhere workspace, you can set the value each variable should have for your brand.

In the Variables tab, the table displays:

* **Name** : the variable name
* **Value** : the value currently set for the brand

If **no value is defined**, a **dash (-)** appears in the value column.

#### Set or edit a value

To set or edit the value of a variable:

1. Click the ✏️ icon on the right side of the row
2. Enter the desired value
3. Click **Save**

The value set will then be used by your **AI agents** when the variable is called in their instructions: when a response is generated, the variable used in the agent will be **automatically replaced by the value corresponding to the brand concerned**.


---

# 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.fullwhere.com/documentation/documentation-en/get-started/brands.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.
