# Working on multiple drafts

## Sources vs Drafts

Sources and Drafts serve different purposes:

* **Sources** are raw materials you add (YouTube videos, articles, text, URLs). Blotato extracts content from sources to help generate posts. Adding a source does not create a draft.
* **Drafts** are the actual posts you edit and publish. To create a new draft, click "+ Add Post" in the Remix screen.

To create content from a source: add the source first, then click "+ Add Post" to generate a draft based on that source.

## Starting a new draft

When you're working on a post, you can always start another draft by clicking `+ Add Post`.

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

You can even delete the sources you used to make the first draft, and move on to a completely different set of sources for your new draft. The new draft will use your new sources.<br>

<figure><img src="/files/sNGlvUZabpo47zurL1H0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.blotato.com/tips-and-tricks/working-on-multiple-drafts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
