# Users

Let's break up the Users Tab like we have done with the Project and Roles tabs

The top section

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

Here there are drop-down menus to

* Choose a User to graph
* Pick a role and populate the first dropdown menu with all users with said role
* Pick either all project information to be graphed or specific projects the chosen user has worked on
* Pick the date range of information to be shown

There is also:

* A search bar so you can search for specific tags
* A "Generate a report" button that let's you make a report out of the graphed information to be shared
* And a "Customize" button if you wanted to change the type of graphs being shown

The bottom section:

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

These charts show the current work load and progress of a user.

The middle left graph, for example, tells us the amount of high, medium, and low priority defects this User has over the course of a week. As they are cleared or he is assigned more defects, the lines will swerve up or down to show how his work is progressing. Managers can use this to keep track of user productivity.

We have now given a overview of each tab. Next we will look closer at each available graph. Click "Next"


---

# 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://docs.testfiesta.com/analytics-tab/users.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.
