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

# Studio

**In short:** Studio is where you write. Type a rough idea, audenAI drafts it in your voice, and a scoring rail shows the voice match, an engagement read, and craft checks. On Twitter you can build a thread; on LinkedIn you write a single post.

Open Studio from the sidebar. It always writes in the **active profile's** voice.

### Writing a post

1. Type an idea, a rough draft, or a one-line prompt.
2. Ask audenAI to draft it, or write it yourself and use the quick actions to sharpen it.
3. Watch the scoring rail (voice match, engagement, post coach).
4. Post, schedule, or save as a draft.

**Character limits:** Twitter is 280 (or 25,000 with X Premium); LinkedIn is 3,000.

### Threads (Twitter)

On a Twitter profile, use **Add to thread** to build a thread, up to 10 posts. Threads are a Pro feature; on Creator you will be prompted to upgrade. LinkedIn is single-post only, so the thread option is hidden there.

### The quick actions

Below the editor, audenAI can transform your draft:

| Action               | What it does                                         | Notes          |
| -------------------- | ---------------------------------------------------- | -------------- |
| Write like a creator | Rework it using a creator's structure, in your voice | Pro and above  |
| Rewrite in tone      | Shift the tone (pick from the tone list)             | credit-metered |
| Make shorter         | Tighten it                                           | credit-metered |
| Add hook             | Strengthen the opening                               | credit-metered |
| Generate visuals     | Turn the post into a graphic                         | any paid plan  |
| Make a meme          | Turn the post into a meme                            | any paid plan  |

See Tones and Improve for the deeper rewrite passes.

### The scoring rail

Beside your draft, Studio shows four reads:

* **Engagement prediction**: an impressions range based on your own history.
* **Algorithm score**: a Twitter algorithm read (15 signals) on Twitter, or a LinkedIn algorithm-fit and reach band on LinkedIn.
* **Post coach**: a craft check that honours the checks you set in Voice Lab.
* **Voice match**: a live score ("N of M signals line up"), with a **Deep voice check** button for a closer read.

{% hint style="info" %}
The voice-match number updates live as you edit, so you can watch a draft move closer to (or further from) your voice. The Deep voice check is a paid, on-demand closer read.
{% endhint %}

### "What should we draft today?"

Studio also suggests a few post ideas to get you unstuck. Refreshing them draws a small **daily allowance** (5 on Creator, 10 on Pro, 25 on Enterprise), not credits. "Write" opens audenAI to draft the idea in your voice. More on discovery in Ideas and Inspiration.

### Preview, rate, improve

Three tabs sit at the top of Studio:

* **Preview**: a device-accurate preview for Twitter or LinkedIn.
* **Rate post**: a 1-to-10 verdict card with a reason.
* **Improve**: Quick and Full rewrite passes (details).

### Posting from Studio

How a post goes out depends on the platform and what is in it. See Scheduling for the full picture, including why a plain Twitter post opens a confirm window while threads, media, and LinkedIn posts publish directly.


---

# 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/studio.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.
