> 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/security-and-your-data.md).

# Security and your data

**In short:** your writing and your data are private, encrypted, and yours. We never use your content to train shared models, we never sell it, and you can export or delete everything at any time.

VoiceMoat is built on the assumption that creators are (rightly) protective of their voice and their data. Here is exactly how we handle both.

### Your writing stays yours

{% hint style="success" %}
We never use your posts, your voice profile, or anything you generate to train shared models, to improve other customers' experiences, or to sell to third parties. Your writing is used to serve you, and nothing else.
{% endhint %}

### Encryption

* **In transit:** everything moves over TLS 1.3.
* **At rest:** your data is encrypted with AES-256 in managed Postgres.
* **Secrets:** API keys and tokens are held in an encrypted store, never committed to code.

### Access control

Your data is isolated at the database level with row-level security, so you can only ever access your own. The access tokens VoiceMoat stores to read your posts and post for you are kept securely and are **never exposed through the API**.

### Isolation between profiles

Each profile's voice, drafts, memory, and analytics are separate. Nothing crosses between your profiles, and nothing crosses between different users. A social account can only be connected to one VoiceMoat login at a time.

### Deleting your data

{% hint style="info" %}
You can delete your account from **Settings** at any time. Your voice profiles, drafts, and analytics are hard-deleted (within 30 days), and an **export** is available beforehand if you want your data first. See Account settings.
{% endhint %}

### What we do not do

* No advertising or cross-site ad-targeting cookies.
* No selling your data, ever.
* No shadow profiles or hidden tracking.

### Payments

Payments are handled by **Dodo Payments** as merchant of record. VoiceMoat never stores your card details; Dodo processes the payment and appears on your statement. See Cancel and refund.

### LinkedIn and the extension

On LinkedIn, the Chrome extension reads data (your posts, your analytics, your home feed) from **your own logged-in session**. It never reads or transmits your LinkedIn login token, and it only ever reads your own data. It does not post on your behalf. See Chrome extension.

### Reporting a security issue

Found a vulnerability? Email **<founder@voicemoat.com>**. We respond quickly (under 24 hours on weekdays), and researchers acting in good faith are welcome.

### Common questions

**Is my writing used to train your AI for other people?** No. Your writing trains only your own voice profile. It is never used to train shared models or to help anyone else's account.

**What happens to my data if I delete my account?** It is permanently removed. Your voice profiles, drafts, and analytics are hard-deleted within 30 days. Export first if you want a copy.

**Do you store my card?** No. Dodo Payments handles payment as merchant of record; we never see or store your card details.

**Is the LinkedIn extension safe?** Yes. It reads only your own data from your own session and never touches your login token.


---

# 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/security-and-your-data.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.
