> For the complete documentation index, see [llms.txt](https://docs.voicemoat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicemoat.com/profiles-accounts-and-platforms.md).

# Profiles, accounts, and platforms

**In short:** a "profile" is one connected social account (one Twitter or one LinkedIn account). One voiceMoat login can own several profiles across both platforms, each with its own voice. You work as one active profile at a time, and it re-points the whole app.

voiceMoat works across Twitter and LinkedIn and can manage more than one account, so a few words mean specific things. This page defines them once.

### The three words

* **Profile** = one connected social account. Your Twitter account is a profile. Your LinkedIn account is a separate profile. A profile is where your voice, drafts, schedule, and history live.
* **Platform** = which network a profile is on, either **Twitter** or **LinkedIn**.
* **Account** (your VoiceMoat login) = the single sign-in that owns all of your profiles.

So one VoiceMoat login can own several profiles across both platforms.

{% hint style="info" %}
Because a Twitter profile and a LinkedIn profile are different profiles, **they each get their own trained voice.** You do not write the same way in both places, and VoiceMoat does not pretend you do. The same is true of two accounts on the same platform: each is its own profile with its own voice.
{% endhint %}

### An example

Say you run a personal Twitter account, a company Twitter account, and your LinkedIn. That is three profiles under one VoiceMoat login: two on Twitter, one on LinkedIn, each trained separately. You switch between them depending on what you are writing.

### One active profile at a time

You always work as **one active profile**. Whichever profile is active decides what the whole app shows you:

* which **voice** audenAI writes in,
* which **drafts, schedule, and library** you see,
* which **analytics** load,
* which **memory** audenAI has,
* and the accent colour (violet for Twitter, blue for LinkedIn).

Switching profiles re-points all of it. See Switching profiles.

### How many profiles each plan allows

Every plan includes one profile. Paid plans let you add more, up to a limit:

| Plan       | Profiles included |
| ---------- | ----------------- |
| Free       | 1                 |
| Creator    | 3                 |
| Pro        | 4                 |
| Enterprise | 6                 |

Each profile you add sits on its own plan slot, and your plan and credits are resolved **per profile**. If you need more than your plan includes, you can add extra profile slots on paid plans.

### One account, one owner

A given social account can only be connected to one VoiceMoat login at a time.

{% hint style="warning" %}
If you try to connect an account that already belongs to another VoiceMoat login, we will stop you. This keeps voices, drafts, and analytics from crossing between people. If an account is stuck on an old login you control, disconnect it there first.
{% endhint %}

### Common questions

**Is my Google or email sign-in a profile?** No. That is your VoiceMoat login (your account). It owns your profiles but is never itself a posting profile.

**Do profiles share credits?** Your daily credit pool is set by each profile's plan. Adding extra profile slots raises the daily pool for that plan.

**Can two profiles share a voice?** No, and that is deliberate. Each profile trains and keeps its own voice, so your LinkedIn tone never leaks into your Twitter drafts.


---

# 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.voicemoat.com/profiles-accounts-and-platforms.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.
