# Wizard step #3: Generation

Once you've started the generation, DeepWriter gets to work. This happens automatically and involves three phases: **planning, creating the outline, and generating results.** You can explore how this incredibly complex process works in the next sections of this guide, but for now, all you need to know is that it's completely on autopilot.

DeepWriter will absorb and parse the information, handling everything from defining the project scope to generating section drafts and synthesizing complex arguments into easy-to-understand ideas.

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

You'll see a progress bar once this automated process begins. The generation may take anywhere from minutes to hours, depending on the task's complexity. You won't be able to change the initial prompt once the process has started; the only way to do so is to cancel the generation.<br>


---

# 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/wizard-step-3-generation.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.
