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