# Roles

Again, just like with the projects tab, we will look at and explain the Roles tab, piece by piece.

First with the top section:

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

Here there are drop-down menus to:

* Choose a role to graph
* Pick either all users within your chosen role, or specific users to be graphed
* Pick either all project information to be graphed or specific projects
* 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 displays multiple graphs in various configurations:

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

In the top right example you can see the number of Test Cases certain users were assigned and to the left is how many Test Cases were assigned and how many were executed by each user.

These charts can display many different variables which we will discuss later, but first, we have one more tab to investigate. Click "Next" to learn about the Users tab.


---

# 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/roles.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.
