> 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/getting-started/welcome-to-voicemoat.md).

# Welcome to VoiceMoat

**In short:** VoiceMoat trains a private AI, audenAI, on how you actually write, then helps you draft posts, threads, and replies that sound like you on Twitter and LinkedIn. audenAI drafts, you decide.

**The bet is simple:** in a feed full of competent, forgettable AI text, sounding unmistakably like yourself is the last durable edge. So the whole product is built to protect your voice, not average it away.

### What audenAI is

audenAI is the brain inside VoiceMoat. It learns your writing from your real posts across ten signals of voice (rhythm, vocabulary, hooks, structure, tone, and more), then drafts in your register and scores every draft against your own baseline.

It is a writing partner trained on your full profile. It is **not** a voice clone and **not** a set of templates. You supply the thought and make the final call; audenAI handles the blank page in your own style.

{% hint style="info" %}
**You are always in control.** audenAI drafts, you decide. Nothing posts on autopilot without your hand on it, by design. Even Growth Autopilot only schedules posts after you review and approve them.
{% endhint %}

### The surfaces

Everything in VoiceMoat hangs off a few surfaces:

* **Voice Lab** trains your voice and shows you what audenAI learned.
* **Studio** is where you write posts and threads, with a live voice-match score and an Improve pass.
* **Replies and Engage** help you respond in your voice, on Twitter and LinkedIn.
* **Media Studio** turns a post into a meme or a designed graphic.
* **Growth mode** plans your week and, on higher plans, drafts a rolling calendar for you to approve.
* **Analytics** shows what is landing, with a written read from audenAI on what to do more of.
* The **Chrome extension** brings drafting and replying into Twitter and LinkedIn where you already work.

### Two platforms, one voice model

VoiceMoat works across **Twitter and LinkedIn**. Each platform gets its own trained voice, because you do not write the same way in both places. You connect one or more accounts, pick which one you are working as, and the whole app follows that choice.

The one big difference between the platforms is what each network lets a tool do. On Twitter, VoiceMoat can post for you. On LinkedIn, some things are draft-and-paste, and analytics come through the Chrome extension, because LinkedIn's APIs are more restrictive. The Profiles and platforms section explains this in full.

### Where to start

* New here? Start with the Quickstart.
* Want to understand plans first? See Plans and pricing.
* Curious how audenAI actually learns your voice? See Voice Lab.


---

# 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/getting-started/welcome-to-voicemoat.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.
