> 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/profile-and-settings/admin-dashboard.md).

# Admin Dashboard

If you're a team admin on Jurisphere, you have access to the **Admin Dashboard**, where you can manage users, monitor usage, and adjust plan settings. Here is how to access your usage analytics page:

1. Visit [app.jurisphere.ai](https://app.jurisphere.ai) and log in using your email or Google account.
2. Click on your profile icon on the top-right corner of the screen.
3. From the dropdown menu, click on **Admin Dashboard** to access organization-wide analytics and controls.

{% hint style="info" %}
**Only admins can see this section.** If you don’t see the option, ask your team admin to grant you access, or contact support.
{% endhint %}

***

## Explore admin features

Inside the Admin Dashboard, you’ll find the following sections:

<details open>

<summary><strong>Credits Used 🧾</strong></summary>

See who’s using what, and how often. You can track usage both tool-wise and user-wise.

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

</details>

<details open>

<summary><strong>User Analytics 📊</strong> </summary>

Admins can track how individual users are using Jurisphere across matters, documents, and tools.

Use the dropdown to choose any user in your organization.

You can see the following metrics

* Total Matters
* Pages Processed
* Documents Processed
* Hours Saved (estimate)

</details>

<details>

<summary>Organization Settings 👥 </summary>

Here, you can modify settings such as font style and size, header, etc for all users in your organization.

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

</details>

<details>

<summary>Citation Usage (super-admins only) 📊</summary>

View how your users are interacting with in-line citations across tools. All information is calculated by recorded clicks as a fraction of total number of in-line citations in each answer, per tool.

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

</details>


---

# 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/profile-and-settings/admin-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.
