> 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/my-account-and-organization/jurisphere-dashboard.md).

# Jurisphere Dashboard

Once you successfully sign-in to Jurisphere and join your organization, you should see the below screen:

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

{% hint style="info" %}
You may need to **adjust your browser's zoom percentage** so that this entire screen is visible.
{% endhint %}

## Tool Icons

This central portion has tiles that lead you to Jurisphere's core tools. Clicking on any of these tools will lead you to the respective tool's homepage.

{% hint style="info" %}
You will only be able to access tools part of your subscription.
{% endhint %}

## Top Navigation bar

The horizontal bar at the top of your screen if the navigation bar. This bar is pinned to the top of the screen across Jurisphere, and will remain visible throughout the platform. This navigation bar has these buttons (left to right)

<details>

<summary>Your Projects</summary>

Allows you to see and switch between your different [projects.](/projects/overview-of-projects.md)

</details>

<details>

<summary>Browse Files</summary>

Opens the Files and Folders pane.

</details>

<details>

<summary>Notification Bell</summary>

The bell icon <img src="/files/I7F6jgUYlOwIo8D9lMsM" alt="" data-size="line"> notifies you of all tasks initiated and completed by you on Jurisphere. Clicking on this bell icon opens the Notification Drawer, which shows you the status of all tasks.&#x20;

{% hint style="success" %}
Clicking on a completed task in the Notification Drawer opens up the task on your screen.
{% endhint %}

This notification drawer will also display running background tasks - [File Processing](/file-upload-and-management/your-files-and-documents/uploading-files-and-folders.md#files-processing), [OCR](/file-upload-and-management/your-files-and-documents/file-options.md#apply-ocr-and-re-process), [Translation](/translation/overview-of-the-translation-tool.md), [List of Dates](/list-of-dates/overview-of-the-list-of-dates-tool.md), [Redline Analysis](/redline-analysis/overview-of-the-redline-analysis-tool.md), [Document Table](/parallel-review/overview-of-the-parallel-review-tool.md) and [MCA Documents](/mca-documents/overview-of-the-mca-documents-tool.md).

</details>

<details>

<summary>Theme Toggle</summary>

Allows you to switch between dark mode <img src="/files/36P9wKHXCgW17xTVd602" alt="" data-size="line"> and light mode <img src="/files/CkTblaTw2MweJNfpKEYb" alt="" data-size="line">.

</details>

<details>

<summary>Profile and Settings</summary>

Opens up your profile menu, with the details of your organization and (for admins) [manage organizations](/my-account-and-organization/profile-and-settings/manage-organization.md), options to view and edit your profile, [access your usage analytics](/my-account-and-organization/profile-and-settings/usage-analytics.md), sign out, and (admins only) [access the admin dashboard](/my-account-and-organization/profile-and-settings/admin-dashboard.md).

</details>

## Sidebar

The left side navigation bar is pinned on the left edge of your screen, and will remain visible throughout the platform. This sidebar allows you to access the Homepage ([Jurisphere Dashboard](/my-account-and-organization/jurisphere-dashboard.md)), your [History](/history.md), [Projects](/projects/overview-of-projects.md), and all Tools and Features on Jurisphere.&#x20;

## Jurisphere Assistant&#x20;

On the bottom-left of your screen, our 24x7 dedicated support bot is ever-ready to assist you. If you have any queries, use the chatbot and our support team will get in touch with you!


---

# 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/my-account-and-organization/jurisphere-dashboard.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.
