> For the complete documentation index, see [llms.txt](https://documentation.proplaintiff.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proplaintiff.ai/demand-letters/demand-letter-review.md).

# Demand Letter Review

<figure><img src="/files/RS9q8wtCaNPHftgHgbdF" alt=""><figcaption><p>When processing is completed you will see the green checkmark (right). You can choose to restart or view details (bottom-right)</p></figcaption></figure>

### Demand Letter Review

The demand letter review section allows for quick and easy access to other demand letters within a case. Quick actions such as add new, edit title, or delete files are available from the side menu.

In the demand letter review section, you can format, edit, and download generated demand letters. Case comments are also available from this review page.

Demand letters are compiled from the intros and outros created in [add new demand letter](/demand-letters/add-new-demand-letter.md#introduction-to-the-demand-letter) documents and the [optional documents](/demand-letters/add-new-demand-letter.md#optional-sections) you selected before submitting.

<figure><img src="/files/0H7GwDHvBu4nYNJoaws7" alt=""><figcaption><p>The demand letter review window contains a quick access menu (left) and the demand letter draft (center-right). Find the document editor tools above the text field (center-top) and case details in the details bar (top).</p></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://documentation.proplaintiff.ai/demand-letters/demand-letter-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.
