> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/list-of-dates/overview-of-the-list-of-dates-tool.md).

# Overview of the List of Dates tool

The Jurisphere List of Dates tool gives you the ability to draft a list of dates for the documents you have selected in a matter of minutes. The tool intelligently understands the context of the documents you provide and generates the output in a streamlined fashion, with five different ways to draft your output.

## Types of List of Dates

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td><strong>Brief List of Dates</strong></td><td>This option will provide you with a concise yet comprehensive list of dates containing all relevant dates and events across the documents you have selected. The tool intelligently understands the context of the documents and identifies the relevant dates for the matter at hand.</td><td>4</td></tr><tr><td><strong>Master List of Dates</strong></td><td>This option is most useful when you require a detailed and comprehensive list of all dates and events within the documents selected. The tool extracts any and every possible event - including irrelevant entries - and does not make any judgement call. Useful while drafting pleadings from scratch.</td><td>4</td></tr><tr><td><strong>Custom List of Dates</strong></td><td>The most useful type - allowing you to provide the necessary context and instructions, so you can get a LOD drafted just the right way. You may mention points and directions to help the tool judge relevance, and also provide language and style instructions.</td><td>5</td></tr></tbody></table>

{% hint style="info" %}
Head to [Litigation use cases](/resources/litigation-use-cases.md) to understand more about which LOD is best-suited for your use case.
{% endhint %}


---

# 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://help.jurisphere.ai/list-of-dates/overview-of-the-list-of-dates-tool.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.
