> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/tips-and-tricks/manage-multiple-brand-voices.md).

# Manage multiple brand voices

> For the complete documentation index, see [llms.txt](https://docs.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contouron.com/tips-and-tricks/manage-multiple-brand-voices.md).

## Manage multiple brand voices

You can create multiple brand voices in [Settings > My Brand](https://my.contouron.com/settings/brand) -- one for each brand, client, or audience you create content for. Each brand voice has its own Brand Kit: business details, ideal customers, posting topics, and brand visuals. Contouron uses the selected brand voice to write content and generate on-brand visuals.

### Switch or create a brand voice

1. Go to [Settings > My Brand](https://my.contouron.com/settings/brand)
2. Open the **Brand** dropdown at the top of the page
3. Select an existing brand, or choose to create a new one
4. Fill in or edit the Brand Kit fields below (brand name, website, business, audience, posting topics)
5. Optionally upload brand visuals and brand documents
6. Click **Save Changes**

The fields below the dropdown apply to the brand selected in the dropdown. For the full list of Brand Kit fields, see Brand Kit.

### Set your primary brand

Your primary brand is used by default in content generation.

1. Open the **Brand** dropdown and select the brand you want as your default
2. Mark it **Primary** (the star)

To remove a brand you no longer need, select it in the dropdown and click the delete (trash) icon next to it.

### Select a brand voice when generating

1. Open the [AI Agent](https://my.contouron.com/agent)
2. In the left panel, open the **Brand Voice** dropdown
3. Select the brand voice you want for this content
4. Generate your content

Contouron applies the selected brand voice's Brand Kit when writing posts and creating visuals. If no brand voice is selected, posts sound generic.

### Tips

* Name each brand clearly (by brand, client, or audience) so you can pick the right one quickly.
* Keep each brand's "What do you post about?" and "Describe your ideal customers" fields specific. The AI Agent reads these before generating.
* Review and update your brands as your strategy or audience changes.


---

# 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://help.contouron.com/tips-and-tricks/manage-multiple-brand-voices.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.
