> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/settings/faqs.md).

# FAQs

## Where do I find key Blotato pages?

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

## How do you update your email?

To update your email:

1. Go to [Settings > Profile](https://my.blotato.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 you change password?

Blotato 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 Blotato 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 Blotato?

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

## Can I create multiple brand voices?

Yes. Go to [Settings > My Brand](https://my.blotato.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.blotato.com/agent), pick which brand to use from the **Brand Voice** dropdown.

See [Manage multiple brand voices](/tips-and-tricks/manage-multiple-brand-voices.md).


---

# 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:

```
GET https://help.blotato.com/settings/faqs.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.
