> 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/settings/faqs.md).

# FAQs

> 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/settings/faqs.md).

## FAQs

### Where do I find key Contouron pages?

* [Settings](https://my.contouron.com/settings)
* [AI Agent](https://my.contouron.com/agent)
* [Videos Dashboard](https://my.contouron.com/videos)
* [Create New Video](https://my.contouron.com/videos/new)
* [Upcoming Posts](https://my.contouron.com/queue/schedules)
* [Content Calendar (visual)](https://my.contouron.com/queue/calendar)
* [API Dashboard](https://my.contouron.com/api-dashboard)
* [Billing](https://my.contouron.com/settings/billing)
* [API Keys](https://my.contouron.com/settings/api)
* [Brand Kit](https://my.contouron.com/settings/brand)
* [Profile](https://my.contouron.com/settings/profile)

### How do you update your email?

To update your email:

1. Go to [Settings > Profile](https://my.contouron.com/settings/profile)
2. Click "Update Email"
3. Enter your new email address
4. Verify your new email by clicking the link sent to your new email

### How do I transfer my account to someone else?

You do not need to create a new account. Change the email on your existing account and hand it over.

1. Log into Contouron with your current email in your own browser.
2. Go to [Settings > Profile](https://my.contouron.com/settings/profile) and click "Update Email".
3. Enter the new owner's email address.
4. Contouron sends a verification code to the new email address.
5. Have the new owner send you the code, then enter it in your original browser session (the same tab where you clicked "Update Email").

Important:

* Enter the code in the session that started the change, not on the new owner's device. If nobody enters it back in your open Contouron tab, the change does not complete and the account stays on your email.
* Codes expire in about 15 minutes. If the code expired, request a fresh one at [my.contouron.com/login](https://my.contouron.com/login) and use it immediately.

An "Invalid or expired token" error during this flow means the code was entered in the wrong session or after it expired. Redo the steps above from your original browser.

### How do you change password?

Contouron uses magic link authentication, so there is no password.

Simply enter your email, then grab the verification code sent to your email.

There is no way to change or manage your password because Contouron does not use passwords.

:bulb: Magic link authentication is more secure than passwords because it eliminates the risk of choosing weak or reused passwords that can be phished or brute-forced. It relies on one-time, time-limited links sent to a verified email, reducing the overall attack surface and risk of compromised passwords.

### How do I log out of Contouron?

To log out of Contouron, go to ([Settings](https://my.contouron.com/settings)), click Profile tab, and click Log Out button.

### Can I create multiple brand voices?

Yes. Go to [Settings > My Brand](https://my.contouron.com/settings/brand) to create more than one brand -- one for each brand, client, or audience. Each brand has its own Brand Kit (business details, audience, posting topics, and brand visuals).

* Use the **Brand** dropdown at the top of the page to switch between your brands.
* Mark one brand as **Primary**. Your primary brand is used by default in content generation.
* When you generate content in the [AI Agent](https://my.contouron.com/agent), pick which brand to use from the **Brand Voice** dropdown.

See Manage multiple brand voices.


---

# 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/settings/faqs.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.
