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

# Working on multiple drafts

> For the complete documentation index, see [llms.txt](https://docs.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contouron.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). Contouron 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 a new draft, click "+ Add Post" in the AI Agent.

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

### 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 context you used to make the first draft, and move on to a completely different set of context for your new draft. The new draft will use your new context.<br>

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


---

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