> 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/history.md).

# History

The **History** tab on your Jurisphere dashboard is a powerful tracking and continuity tool. It maintains a complete, time-stamped record of all your previous tasks, matters, and interactions (across all tools) so you never lose work or context.

<figure><picture><source srcset="/files/krK3dkBSuIuIvRjmDfvO" media="(prefers-color-scheme: dark)"><img src="/files/XQqZP0tYlYImkfXwRRGp" alt=""></picture><figcaption></figcaption></figure>

#### What it shows

The History view captures:

* **All past tasks**, from document reviews and research queries to LOD generations, translations, and more.
* **Main query / prompt** of document review and research questions, and follow-up queries embedded within and not as separate matters.
* To rename the matter, click the edit button next to the current name.
* List of Dates matters automatically named as per the case documents selected for the matter.

{% hint style="info" %}
You can rename all matters on your history - so you can flag relevance, use, etc as per your requirement.
{% endhint %}

#### Search, filter and projects

Use the **search bar** to quickly find tasks by keyword or case name. **Filter** entries by tool like Document Review, Research, List of Dates, Redline Analysis, etc. You can also choose between the current project or all projects for viewing entries.

{% hint style="success" %}
Your History is <mark style="color:green;">**never deleted**</mark> - even if you delete files of a matter you worked on, the outputs from the tools remain accessible to you (though the in-line citations may not work)
{% endhint %}

This makes it easy to retrieve work from weeks or months ago, without manually navigating through folders or output files.

#### Resume where you left off

Clicking on any item in the History tab opens the associated output. For tools like:

* **Research** – You can pick up the conversation from previous questions and follow-ups.
* **Document Review** – You can re-engage with previous answers, refine your questions, or start a fresh query using the same document context.&#x20;

{% hint style="warning" %}
When you return to a past Document Review query, make sure you <mark style="color:red;">**select the relevant documents first**</mark> before asking a follow-up question.
{% endhint %}

For other tools where outputs cannot be queried further, you can download the answers anytime from your History.


---

# 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/history.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.
