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

# Library

**In short:** the Library holds everything you have made or saved: drafts, scheduled posts, saved inspiration, and generated media. Editing a draft reopens it in Studio.

Open it from the sidebar. It reflects the **active profile**.

### The five tabs

| Tab           | What it holds                          | What you can do                              |
| ------------- | -------------------------------------- | -------------------------------------------- |
| **All**       | Drafts and scheduled posts together    | Select several and delete                    |
| **Drafts**    | Posts you saved but have not scheduled | Edit, mark posted, delete                    |
| **Scheduled** | Posts queued to publish                | Edit, unschedule                             |
| **Saved**     | Inspiration you bookmarked             | Reuse (remix), unsave                        |
| **Media**     | Visuals you generated                  | Use, edit, delete (filter graphics or memes) |

There is no "posted" tab. Once something is posted, it lives in Analytics, not the Library.

### Editing a draft

Editing a draft reopens it in **Studio**, preloaded with its text and any media. Save, and it updates the same draft rather than making a new one. This is the loop for polishing a post over a few sittings.

### Scheduled posts

From the Scheduled tab you can edit a queued post or unschedule it. Editing opens it in the composer with its scheduled time attached.

### Media tab

The Media tab is your saved graphics and memes, filterable by type. "Use" drops one into a post. This tab is part of Media Studio, so it needs a paid plan (any paid plan can create and keep media).

{% hint style="info" %}
The Library is per profile. Switch profiles and you see that profile's drafts, schedule, saved items, and media. Nothing crosses between profiles.
{% endhint %}

### Common questions

**Where did my posted tweet go?** Posted content moves to Analytics, where you can see how it performed. Marking a draft as posted just clears it from Drafts.

**Can I reschedule from the Library?** You can edit or unschedule a scheduled post. To move it, edit it and set a new time in the composer.

**Can I bulk-delete?** Yes, from the All tab (drafts and scheduled). The Saved and Media tabs are managed item by item.


---

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