> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/project-analytics.md).

# Project Analytics

JTheta.AI’s Project Analytics module gives teams the clarity they need to run successful computer vision workflows — from data annotation to model training. Every insight is built to help teams stay on track and move faster.

#### 📈 Real-Time Dashboards

**Stay informed with live progress updates.**\
Monitor annotation status, task completion, reviewer feedback, and dataset health — all in one view. Our interactive dashboards surface key metrics to help you detect blockers early and improve output quality.

#### 🧩 Task & Team Visibility

**Know who’s doing what, and when.**\
Assign roles like Annotator or Reviewer, manage multiple datasets, and keep track of project timelines. JTheta.AI makes it easy to coordinate across distributed teams with clear ownership and transparent task tracking.

#### 🔧 Workspace-Level Analytics

Accessible via **Workspace Settings**, this section gives you a high-level overview of resource usage:

* **Annotation Limit**: Track how many annotations have been completed and how many remain within your plan.
* **AI Assist Requests**: View how many AI annotation requests have been used vs. the total available.
* **Project Count**: Monitor the number of active projects running in your workspace.

This helps you stay on top of your team's resource consumption and make decisions around scaling or optimization.

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

#### 📁 Project Dashboard Analytics

Each project includes a dedicated analytics dashboard to track progress at a more detailed level:

* **Active Annotators**: See how many annotators are currently working on the project.
* **Project Status Chart**: Visual charts show annotation progress — such as total tasks, completed items, and pending reviews.

This view allows project managers and team leads to stay aligned, identify delays, and ensure smooth project delivery.

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

#### ✅ Why It Matters

* Ensure you don’t hit annotation or AI usage limits unexpectedly
* Quickly assess project health and team load
* Make data-informed decisions to improve efficiency

### 🔐 Permissions

* Only **Workspace Admins** can view workspace-level analytics
* **Project Leads** and **Admins** can access project-level analytics


---

# 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://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/project-analytics.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.
