> 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/conducting-research-on-jurisphere.md).

# Conducting Research on Jurisphere

On the homepage of the Research tool, you see the following components:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Attach files</strong></mark></td><td><mark style="color:$info;">Select files for context to base your research on.</mark></td></tr><tr><td><mark style="color:blue;"><strong>Enable Research</strong></mark></td><td><mark style="color:$info;">Choose the source databases or repositories for research</mark></td></tr><tr><td><mark style="color:blue;"><strong>Enable Drafting</strong></mark></td><td><mark style="color:$info;">Responses are generated within an editable drafting pane</mark></td></tr><tr><td><mark style="color:blue;"><strong>Toggle Modes</strong></mark></td><td><mark style="color:$info;">Between Quick Mode and Deep Dive mode for complex queries</mark></td></tr><tr><td><mark style="color:blue;"><strong>Connect Email</strong></mark></td><td><mark style="color:$info;">Integrate your internal communication and data</mark></td></tr></tbody></table>

{% stepper %}
{% step %}

### **Select modes and files**

From the homepage of the Research tool, you can attach files, toggle [databases](/research/overview-of-the-research-tool.md#our-database-and-trusted-sources), enable [drafting mode](/drafting-on-document-review.md#enabling-drafting-mode), enable deep mode, and integrate with your email at the click of a button.

Clicking on '**Attach files**' opens the file pane on the left, from where you can select your uploaded documents for context.

<figure><picture><source srcset="/files/GjvTJvrVo8duN3IfTdOi" media="(prefers-color-scheme: dark)"><img src="/files/QPhtE6rt9YQ7kdMeeM3T" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Type in your research query**

You can use natural language - just like how you would speak to a colleague or pose a question to a junior.

{% hint style="info" %}
Use the mic button at the bottom right to dictate your query into the tool.
{% endhint %}
{% endstep %}

{% step %}

### **Reasoning Agent Thinking**

The agentic workflow will kick in, mapping out the research process and laying out each step. A typical response is generated within 15-45 seconds at this stage.

<figure><picture><source srcset="/files/4ma5G7KFASn0GaRlEb1c" media="(prefers-color-scheme: dark)"><img src="/files/NuBfV7i11jjnlFfWLkAp" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Research Note Prepared**

Jurisphere will prepare a comprehensive Research note for you based on your query. All sources will be referenced in-line, and footnotes will be available at the end of the answer.
{% endstep %}

{% step %}

### Follow-up questions

After the entire answer loads, you may ask follow-up questions to refine your query, focus on specific aspects, or even redirect and correct the tool. Each research question can have up to thirty follow-up questions.

{% hint style="info" %}
Jurisphere also suggests follow-up questions under the output. Click any suggestion to continue the same research thread faster.
{% endhint %}

<figure><picture><source srcset="/files/fYGbCvnoCFjy4KOGK8iP" media="(prefers-color-scheme: dark)"><img src="/files/tVuuRhQSheTr1VUjW6BD" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
On the homepage, you can deselect all databases and <mark style="color:green;">**enable only Web Search**</mark> to use the Research tool like a general purpose assistant - just <mark style="color:green;">**as good as any other AI chatbot!**</mark>
{% endhint %}

### Prompting the Research tool

The research tool is open to natural-language prompting for your nuanced propositions and queries. Since legal research is a particularly challenging task, being as detailed as possible in your prompt can help the tool give you the most relevant responses.

#### Prompt Enhancement

LLMs provide the best responses when prompted correctly and comprehensively. However, we understand that as lawyers, you are not experts in prompt engineering from the get-go. To assist you in regular usage, all prompts can be enhanced with just the click of a button.

**How to use Prompt Enhancement:**

1. Type your prompt as you normally would.
2. Press **`Tab`** on your keyboard to enhance it.
3. Review the enhanced version and submit it, or edit it as needed.

{% hint style="info" %}
The enhanced prompt is just text: you can **freely edit, shorten, or rewrite it** before submitting. If you want to revert to your original prompt, press `ctrl + z` or <kbd>command + z</kbd> to undo the enhancement.
{% 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/research/conducting-research-on-jurisphere.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.
