> For the complete documentation index, see [llms.txt](https://guide.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.smarttask.io/fundamentals/time-tracking/analytics-view.md).

# Analytics View

## Introduction:

The analytics view provides a consolidated snapshot of tracked time and related financials. It is designed to help teams monitor time utilization, billing efficiency, and project profitability.

{% embed url="<https://www.loom.com/share/6c2b7773347f492a9ce445659b00ee23?sid=ee7fc187-ab99-4dc8-b17c-8b80bbd667e3>" %}

### **1. Summary Metrics:**

* **Total Hours:** Displays the cumulative time logged by users.
* **Billable Hours:** Represents the portion of total time that is marked as billable.
* **Cost:** Reflects the internal cost incurred based on time logged and user rates.
* **Billable Amount:** Indicates potential revenue calculated from billable hours and billing rates.
* **Profit:** Derived from the difference between the billable amount and the cost.

If no time entries are recorded, all values will appear as zero.

{% hint style="info" %}
***Note:** These two fields (**Cost** and **Billable Amount**) are only visible to **admins**, ensuring financial data remains restricted to authorized users.*
{% endhint %}

### **2. Bar Chart:**

* The bar chart visualizes daily time logs, segmented into:
  * **Billable (blue)**
  * **Non-Billable (light blue)**
* This helps quickly identify how time is distributed across the week and whether time is being effectively billed.
* If no data is available, the chart will indicate **“No data found".**

### **3. Filters and Export:**

* Users can filter the data by project, user, or group to analyze performance from different perspectives.
* The **Export** option allows users to download the data for reporting or further analysis.

## **Why Use Analytics View?**

* Quickly spot workload imbalances.
* Analyze team productivity trends.
* Identify high-effort tasks or clients.
* Back decisions with real data.


---

# 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:

```
GET https://guide.smarttask.io/fundamentals/time-tracking/analytics-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
