# Dev360

The Dev360 screen provides a comprehensive monthly view of a developer's activity in terms of GIT activities. This screen is particularly useful for gaining insights into the active days and throughput of a developer, which can be valuable during one-on-one discussions.

<div data-with-frame="true"><figure><img src="/files/tl9VwnTsnlAn76xnNuPl" alt=""><figcaption></figcaption></figure></div>

This screen shows the number of days a developer was involved in any GIT activity, such as commits, PRs (Pull Requests) opened, reviewed, merged, or declined. This visibility helps in understanding a developer's engagement and productivity over a given period.

\
**Filtering Activities:** You can filter the view based on specific activities like Commits, PRs Reviewed, etc.

**Detailed View:** Clicking on any bubble within the filtered view will provide basic details of that particular activity and a link to it.

### Filters Available in Dev360

#### General Filters

* **Teams**: Select the relevant team to filter the developers accordingly.
* **Users**: Choose the specific user to view their activities.
* **Date**: Set the desired date period to see activities within that timeframe.

#### Activity-Specific Filters

* **Commits**: Shows all regular commits done by the user within the selected date period.
* **Merge Commits**: Displays merge commits done by the user in the selected date period.
* **PRs Open**: Filters out the PRs that were opened by the user within the selected date period.
* **PRs Reviewed**: Lists the PRs reviewed by the user during the selected date period.
* **PRs Merged**: Shows the PRs merged by the user within the selected date period.
* **PRs Declined**: Filters out the PRs that were declined by the user in the selected date period.

### How to get to Dev 360

There are 2 ways in which you can access Dev360:

1. Straight from the main Hivel left panel.
2. By selecting one user in Activity or Cockpit.


---

# 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.hivel.ai/using-hivel/dev360.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.
