> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/tips-and-tricks/working-on-multiple-drafts.md).

# Working on multiple drafts

## Context vs Drafts

Context and Drafts serve different purposes:

* **Context** items are raw materials you add (YouTube videos, articles, text, URLs). Blotato extracts content from your context to help generate posts. Adding context does not create a draft.
* **Drafts** are the actual posts you edit and publish.

To create content from your context:

1. Add your context and toggle it on in the left sidebar (only toggled-on items are used)
2. Type a prompt in the chat box at the bottom of the [AI Agent](https://my.blotato.com/agent) -- it shows placeholder text like "Write posts about..."
3. Press the send arrow. Blotato generates drafts with real content from your toggled-on context, one per platform you ask for

Example prompt: "Using my context, create one LinkedIn post and one Facebook post. Adapt each to that platform's style and length."

Note: the pencil "New Post" button creates a blank draft canvas on purpose, for writing a post manually. It does not generate anything from your context. If you click it expecting generated content, you get an empty draft. Older tutorials call this button "+ Add Post".

## Starting a new draft

When you're working on a post, you can always start another draft: ask the chat box to generate another post, or click the pencil "New Post" button for a blank one.

All your drafts will still be there. You can switch back and forth between drafts.

You can even delete the context you used for the first draft and add a completely different set of context. New posts you generate from the chat box will use whatever context is toggled on at that moment.

## Drafts aren't being created?

If you type a prompt in the [AI Agent](https://my.blotato.com/agent) chat box and no drafts appear, clear the cached draft state and try again:

1. In the left sidebar, click **Discard Drafts**.
2. Type your prompt in the chat box again.
3. Press the send arrow.

Note: **Discard Drafts** clears the drafts currently on your screen, so publish or copy anything you want to keep before you click it.


---

# 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://help.blotato.com/tips-and-tricks/working-on-multiple-drafts.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.
