# Reports through Dashboard

While the Analytics View offers a set of predefined reports, the [Dashboard View](/fundamentals/reporting/dashboards.md) lets you create more customized, time-based reports tailored to your specific needs.

Example reports below:

### Timelogged by User

* This report can be further **filtered by a project**, **date range**, etc
* You can further utilize **Group by** functionality to get **project level** data for each user.

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

### Utilization Rate

* This chart gives you a historical representation of productivity - based on time logged by a person has to their overall capacity - Logged Time / Capacity&#x20;
* You can further filter this chart by a date range.&#x20;

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

### Time logged by Projects

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

### Workload by Assignee

* You can view the upcoming workload for each assignee based a selected date-range

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


---

# Agent Instructions: 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/reports-through-dashboard.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.
