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

# Account settings

**In short:** Settings is where you manage your profiles, schedule, audenAI, memory, notifications, billing, and the extension. Most settings are **per profile**, so check which profile is active before changing them.

Open **Settings** from the sidebar.

### What lives in Settings

| Area                   | What it does                                                       |
| ---------------------- | ------------------------------------------------------------------ |
| **Connected accounts** | Add, switch, and manage your profiles across Twitter and LinkedIn. |
| **Schedule**           | Set the timezone, daily goal, and posting slots for a profile.     |
| **audenAI**            | See your voice tier (Standard or Deep) and voice-related settings. |
| **Memory**             | View and manage what audenAI remembers about you.                  |
| **Notifications**      | Control what VoiceMoat notifies you about.                         |
| **Preferences**        | General app preferences.                                           |
| **Billing**            | Your plan, top-ups, and payment, handled by Dodo Payments.         |
| **Extension**          | Connect and check the Chrome extension.                            |

Deeper pages: Connecting Twitter and LinkedIn, Scheduling, audenAI Standard vs Deep, Memory, and the billing section.

### Settings are per profile

{% hint style="info" %}
Your schedule, audenAI settings, and memory are set **per profile**. Switch profiles first, then adjust, so you are changing the one you mean to. Billing and plan are tied to your account and its plan slots.
{% endhint %}

### Preferences apply on save

Preference changes take effect when you **save** them, not live as you toggle. If you navigate away without saving, unsaved changes are discarded.

### Deleting your account

You can delete your account from Settings. This permanently removes your data: your profiles, voice analysis, generated content, and connected accounts. An export is available beforehand if you want your data first. For how we handle your data more broadly, see Security and your data.

{% hint style="warning" %}
Account deletion is permanent. Your voice profiles, drafts, and analytics are hard-deleted (within 30 days), so export anything you want to keep before you delete.
{% endhint %}

### Common questions

**Where do I change my plan?** Settings → Billing. Changes go through Dodo Payments and take effect on your next cycle.

**Why did my setting not apply?** Preference rows apply on save. Make sure you saved before leaving the page.

**Can I manage each profile separately?** Yes. Schedule, audenAI, and memory are per profile. Switch to the profile you want, then change its settings.


---

# 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/account-settings.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.
