> 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/ideas-and-inspiration.md).

# Ideas and Inspiration

**In short:** never sure what to post? Studio suggests daily ideas, and the Inspiration page surfaces a feed of what is working, plus playbooks and creators to study. It routes you into Studio to actually write.

### Two different things named similarly

VoiceMoat has a **Calendar** and an **Inspiration** page, and it is easy to mix them up:

* **Calendar** (the "content" area) is your schedule of drafts, scheduled, and posted content. It does not generate ideas. See Scheduling.
* **Inspiration** is where you find things to write about.

This page is about Inspiration.

### Daily ideas in Studio

The fastest nudge is in Studio itself: a short list of **suggested ideas** tailored to you. Refreshing them uses a small daily allowance (5 on Creator, 10 on Pro, 25 on Enterprise), not credits. Hit "Write" on one and audenAI drafts it in your voice.

### The Inspiration page

The Inspiration page has three tabs:

| Tab           | What it is                                                                            |
| ------------- | ------------------------------------------------------------------------------------- |
| **Feed**      | A stream of posts worth learning from, in your niche.                                 |
| **Playbooks** | Reusable structures (creator formats, hook patterns) you can apply in your own voice. |
| **Creators**  | Creators you can study and track.                                                     |

On **Twitter**, the feed is drawn from a trending and directory view, and you can analyze any creator by handle. On **LinkedIn**, the feed is For-you, Explore, and Saved, grown by the Chrome extension reading the home feed and creators you point it at.

{% hint style="info" %}
Analyzing a creator (a full breakdown of how they write) is credit-metered at 5 credits. Browsing the feed and playbooks is not.
{% endhint %}

### From inspiration to a draft

Everything here routes into Studio. A playbook or a creator's structure becomes a starting point that audenAI fills in **in your voice**, not a copy-paste. The goal is to study what works and make it yours, which is the whole idea behind the Creator Library.

### Tracked creators

You can track a set of creators to follow their posts in both Inspiration and Engage. Your plan sets how many: 5 on Creator, 10 on Pro, 20 on Enterprise. Free plans do not track creators.

### Common questions

**Is the feed personalised?** It is shaped around your niche and the creators you track. On LinkedIn it is grown by what the extension harvests from your home feed.

**Does using a playbook copy someone's post?** No. A playbook is a structure. audenAI writes new content in your voice using that shape, so you learn the pattern without cloning the post.


---

# 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/ideas-and-inspiration.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.
