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

# FAQ

### About the product

**What is VoiceMoat?** An AI social media tool for Twitter and LinkedIn. It trains a private AI, audenAI, on how you write, then helps you create, schedule, and grow with posts, threads, and replies that sound like you, not generic AI. See Welcome.

**Is this voice cloning?** No. VoiceMoat is a writing product. audenAI learns your writing patterns so drafts read like you, but you supply the thought and make the final call. It scales your voice; it does not impersonate you.

**Which platforms does it support?** Twitter and LinkedIn. Each gets its own trained voice. See Profiles, accounts, and platforms.

**Does VoiceMoat post for me?** Only what you approve. Plain Twitter posts open a confirm window; threads, media, and LinkedIn posts publish after you schedule or send them. Nothing goes out on autopilot without your action. See Scheduling.

### Voice and data

**How does it learn my voice?** From your real posts: your tweets through the Twitter API, or your LinkedIn posts via the Chrome extension or paste. See Training your voice.

**Is my writing used to train shared models?** Never. Your posts, voice profile, and generated content are not used to train shared models, improve anyone else's experience, or sold. Your writing is yours.

**What is audenAI Standard vs Deep?** Standard (Creator, Pro) drafts in your voice. Deep (Enterprise, and the trial) adds a deeper voice read, drift protection, audience-aware suggestions, and correction memory. See audenAI Standard vs Deep.

### Plans, credits, and billing

**How much does it cost?** Free, Creator $35, Pro $69, Enterprise $150 a month, with two months free on annual. See Plans and pricing.

**How do credits work?** Each plan refills a daily pool of credits (10 / 150 / 250 / 400) at midnight UTC. Most actions cost 1 credit. Credits do not roll over. See Credits and the daily pool.

**Is there a free trial?** There is a paid trial: a small fee up front ($1 for 3 days or $5 for 7 days), a card on file, and it converts to the full plan unless you cancel. See Free trial.

**Can I run more than one account?** Yes. A profile is one connected account, and paid plans allow several across Twitter and LinkedIn (3 on Creator, 4 on Pro, 6 on Enterprise). See Profiles, accounts, and platforms.

### LinkedIn and the extension

**Can VoiceMoat reply on LinkedIn for me?** No. LinkedIn does not allow tools to post comments, so LinkedIn replies are draft, copy, and paste. See Replies on LinkedIn.

**Do I need the Chrome extension?** On Twitter it is optional (reply in the feed). On LinkedIn it is how voice training, home-feed discovery, and analytics get their data, so it is strongly recommended. See Chrome extension.

**Why is LinkedIn analytics manual?** LinkedIn's official analytics API is not open to us yet, so the extension reads your own post stats from your session, and your follower count is entered by hand. See LinkedIn analytics.

### Account

**How do I delete my account?** From Settings. It permanently removes your data, with an export available first. See Account settings.

**I have another question.** Email <founder@voicemoat.com>. We read every message.


---

# 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/faq.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.
