> For the complete documentation index, see [llms.txt](https://docs.deepwriter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepwriter.com/essential-user-guide/quck-start.md).

# Quck start

To generate your first document, click the **Generate Document** button on the main dashboard:

<figure><img src="/files/jkqaCpN7RIaYnaoCIy5g" alt="" width="338"><figcaption></figcaption></figure>

This will launch DeepWriter’s Content Creation Wizard, which will guide you through four essential steps:

1. **Setup:** name your project, choose the desired length, and configure any advanced options.
2. **Prompt:** refine your prompt and answer up to 9 optional questions to enhance structure and precision.
3. **Processing:** this step is automatic—DeepWriter handles the entire generation process for you.
4. **Review:** access your document, explore advanced download options, and rate the output.

<figure><img src="/files/uQKFpLXb3m8YaBwA4PFe" alt="" width="563"><figcaption></figcaption></figure>

Let's explore how Setup works.


---

# 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.deepwriter.com/essential-user-guide/quck-start.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.
