> 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/research/interacting-with-the-research-output.md).

# Interacting with the Research output

## Source Verification

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zbn28n79AjHkgxNqfPb%2Fuploads%2FfJp5JreGcJYU7hitT0dC%2FSource%20Verification.mp4?alt=media&token=1023fa34-c9d6-49a6-bb90-868a93f767e6>" %}

1. **In-line Citations:** Every reference or output paragraph includes a reference to the original source. Citations can be found at the end of each sentence.
2. Hovering over a citation shows the source, and clicking on the citation opens the source document on the left side of your screen.
3. For sources that are not held within the Jurisphere database, clicking on the citations opens a new tab with the original source opened.

{% hint style="info" %}
Click on the 'View Source' button in the left viewer pane to visit the source website or document in your browser.
{% endhint %}

## Follow-up Questions

Once you’ve received an initial response from the Research tool, you can continue the conversation by asking **follow-up questions,** just like you would with a human assistant during research. This lets you:

* **Dig deeper** into specific parts of the answer
* **Clarify case law**, citations, or legislative interpretations
* **Get jurisdiction-specific results** by redirecting to the exact court / tribunal

Each follow-up is aware of the previous question and the full output history, so you don’t need to repeat yourself. You can continue a research thread for up to thirty questions, and the tool will remain contextually aware throughout.

> Tip: For best results, keep follow-up queries specific—e.g., *"What did the court say about limitation in the Aptech case in the first note?"* or *"Is there a conflicting judgment on this point?"* or *"Find Bombay HC judgements that support the same proposition, passed anytime in the last 5 years"*.

## Download the Output

Every response can be downloaded with a single click at the bottom-right of the response. You have the option to download the response either with or without the in-line citations (preserved as hyperlinks) in a Word document (.docx) format.

<figure><img src="/files/UgGpiDIYVeoYn8akbQAt" alt=""><figcaption></figcaption></figure>

Downloaded files can be easily edited in Microsoft Word, and you can [customize the font style and size](/my-account-and-organization/profile-and-settings/admin-dashboard.md#organization-settings) for all your downloads as well.

You can also import your response to Jurisphere - this will instantly add the response to the selected folder of your choice on the platform. You can use it for reference in the matter, or as a reference for other tasks and queries as well.

### Downloading Judgements:

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zbn28n79AjHkgxNqfPb%2Fuploads%2F0j9kM3FwzGEjoOgnbIID%2FView%20Source.mp4?alt=media&token=b0637df5-d17f-4775-92ff-3e99a8e941ae>" %}

To download a specific judgment referenced in your research output:

1. Click on the **inline citation** next to the judgment you want to download.
2. The judgment will open in the left viewer pane — click the **View Source** button.

{% hint style="success" %}
You can find the View Source button towards the bottom of the file viewer or by accessing the three dots at the top.
{% endhint %}

3. The judgment will open as a PDF in a new tab.
4. Download it directly from there using your browser's download option.


---

# 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/research/interacting-with-the-research-output.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.
