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

# Creator Library

**In short:** the Creator Library is for studying how good creators write, breaking their hooks and structures down, and applying those patterns in your own voice. It is study, not copy-paste.

### What it is for

Everyone learns by studying people who are better. The Creator Library makes that deliberate: pick a creator, see how they build a hook, a thread, or a reply, then generate your own version in your voice using the same structure.

### Hook tear-downs

Strong posts usually start with a strong hook. The library breaks a creator's hooks down into patterns you can reuse, so instead of staring at a blank first line you start from a shape that is known to work, and write it as yourself.

{% hint style="info" %}
A full creator analysis (a deeper breakdown of how a specific creator writes) is credit-metered at 5 credits. The patterns it produces are then yours to reuse.
{% endhint %}

### Write like a creator

In Studio, **Write like a creator** takes one of the creators you have analyzed and drafts your post using their structure, in your voice. It is a Pro feature.

{% hint style="warning" %}
"Write like a creator" borrows a creator's **structure**, not their words. The output is your voice on a proven skeleton. It is not a way to imitate someone or pass their writing off as yours.
{% endhint %}

### Reuse what worked

The library also helps you reuse your own winners: take a post that landed and spin a fresh angle on it in your voice, so a good idea can work more than once without reading as a repeat.

### Tracked creators

Studying creators uses the same tracked-creator list as Engage and Inspiration. Your plan sets how many you can track: 5 on Creator, 10 on Pro, 20 on Enterprise.

### Common questions

**Is this different from Inspiration?** They overlap. Inspiration is about discovering what to write about; the Creator Library is about studying specific creators and reusing structures (and your own past winners) in your voice.

**Can I copy a creator's post directly?** No, and that is deliberate. The library gives you structures and patterns to write your own version. Copying would defeat the whole point of sounding like you.


---

# 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/creator-library.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.
