> 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/summaries/add-new-summary.md).

# Add New Summary

### Getting Started with Summaries

Upload files to harness the capabilities of AI to automatically read and condense the content, providing a concise summary that highlights the most crucial information.

<figure><img src="/files/eH56gqg4MUmuDPauxJPL" alt=""><figcaption><p>Summarize documents using AI</p></figcaption></figure>

#### Select Case

First start with selecting a case or creating a new one.

<figure><img src="/files/JBqWA5TVmr1T89iI5uiF" alt=""><figcaption><p>Select a case from the drop down or create a new one. A pop up will apear to create a new case once selected.</p></figcaption></figure>

#### Add Documents

You can select multiple documents to be processed at one time. Either drag and drop or select files using your computer browser. You may navigate away from this page once files are uploaded.

<figure><img src="/files/fZoqk1WjMPhXxnCyoeEG" alt=""><figcaption><p>Add multiple documents that have already been uploaded (left) or upload new ones (right).</p></figcaption></figure>

#### Process Documents

Once your documents have been uploaded, you may select "Process Documents" and the software will begin analyzing your documents.

<figure><img src="/files/1LJqzpyjBZgijxsyxt7B" alt=""><figcaption><p>Select Process Documents to start analyzing the document (right) or reset the form (left).</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/summaries/add-new-summary.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.
