> 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/wizard-step-4-review.md).

# Wizard step #4: Review

Once DeepWriter finishes generating your document, the Review tab will unlock. Here, you'll see the final page count and can download the document to your computer. A quick preview will also appear in the center for your convenience.

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

Below the preview, you'll find these options:

* **View TEX**: This option allows you to access the raw LaTeX source code of your generated document. LaTeX is a high-quality typesetting system widely used for technical and scientific documents. This gives you complete control to fine-tune the document's structure, formatting, and content at a code level.
* **Edit with Overleaf:** By clicking this, your document will open directly in Overleaf, an online collaborative LaTeX editor. This is incredibly useful if you work with a team, as it enables real-time collaborative editing of the LaTeX source code. You and your collaborators can make changes, track revisions, and compile the document together, streamlining your workflow.
* **View Overview file:** Selecting this will provide you with an overview file that offers additional insights into the generation logic. This file might contain details about the prompt interpretation, the data sources used, key decisions made during the planning and outline phases, etc. It's a valuable resource for understanding how DeepWriter arrived at the final output and can help you refine your prompts for future generations.

{% hint style="info" %}
**Pro tip:** you can learn more about LaTeX and Overleaf in the [Editing outputs](/advanced-strategies/editing-outputs.md) section.
{% endhint %}

Finally, make sure to click the **Rate Your Generation** button. This way, you'll be able to give us quick feedback about the quality of the final document.&#x20;

<figure><img src="/files/fxzurzeMaCztSFyh26Y4" alt="" width="375"><figcaption></figcaption></figure>

The more details you provide, the better!


---

# 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/wizard-step-4-review.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.
