> 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/engaging/growth-mode.md).

# Growth mode

**In short:** Growth mode helps you post consistently. It builds you a plan to follow, and on higher plans it can draft a rolling calendar of posts for you to review and approve. It is platform-aware: a daily rhythm on Twitter, a weekly one on LinkedIn.

Open **Grow** from the sidebar. There are two products here.

### Growth Plan (all paid plans)

A guided plan you follow yourself:

1. A short intake where audenAI asks about your goals.
2. It generates a one-month plan.
3. You work through an interactive checklist of tasks.

You re-plan on a monthly cadence. This is for people who want structure and direction, but write everything themselves.

### Growth Autopilot (Pro and Enterprise)

Done-for-you drafting:

1. audenAI writes a stretch of posts (a set number of days) in your voice.
2. You **review** them: edit, regenerate, or remove any you do not want.
3. You **approve**, and the approved posts are scheduled onto your calendar.

{% hint style="info" %}
Autopilot drafts, you approve. Nothing is scheduled until you have reviewed it. Generating the posts spends credits (about 2 per post); approving only schedules them. On Enterprise, Autopilot can also generate visuals for the posts.
{% endhint %}

**"You still do the replies."** Autopilot handles drafting posts, not engaging. Replies stay hands-on, because that is where your voice matters most in real time.

### Who gets what

|                                 | Free | Creator | Pro           | Enterprise        |
| ------------------------------- | ---- | ------- | ------------- | ----------------- |
| Growth Plan (guided)            | yes  | yes     | yes           | yes               |
| Growth Autopilot (done-for-you) | no   | no      | yes           | yes               |
| Autopilot window                | –    | –       | 15 or 30 days | 7, 15, or 30 days |

The trial includes Autopilot, so you can try the done-for-you flow. Free and Creator see Autopilot as an upsell.

### Platform-aware

On **Twitter**, Growth mode plans a daily rhythm. On **LinkedIn**, it plans a weekly one, matching how each platform rewards posting cadence. The guidance and tasks are grounded in each platform's norms.

### Common questions

**Does Autopilot post without me?** No. It drafts and, once you approve, schedules. You always review first, and scheduled posts then publish at their set times.

**Can I edit an Autopilot draft?** Yes. Review is the whole point: edit, regenerate, or drop any post before approving.

**Is the plan generic advice?** It is built from your intake and your profile, in your voice, for your platform, not a generic template.


---

# 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/engaging/growth-mode.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.
