# Team Pulse

Make your standup calls more effective, data-driven, and short - saving time for everyone on the call. If you can save 15 mins of your standup call with a team of 8, that’s the bandwidth of an extra full resource to build your next big thing.

{% embed url="<https://app.storylane.io/share/xtn71m2ww1ka>" %}

This screen gives you a bird’s eye view of all the activity by your team, allowing you to see any traces of burnout or disproportionate workloads, anticipate risks like disengagement signals, by the amount of activity done, and see patterns based on previous weeks.

#### **You can use data on this screen to:**

* Make your stand up calls more effective by seeing what happened already, rather than asking the team during the call
* Make your retros more data driven by identifying patterns like burnout, idle time waiting for requirements or QA reports
* Monitor your average commits per week to get a sense of trends
* Monitor active engineer days to identify their flow zones and peak days

#### **Metrics and what they mean**

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

* **Active Days** is a good metric to see how many days per week your team is actively engaged in commits or PR-related activities. Engineers without any activity are excluded from this metric and shown separately.
  * Refer [<mark style="color:purple;">**here**</mark>](/metrics-and-definitions/throughput/how-are-active-days-calculated.md) for calculation of active days.
* **Avg. commits** filters out only the commits and shows the trend and patterns in workload.
* **Inactive Engineers** can clearly show if any engineers are working on non-programming activities like design, architecture, or off from work for that duration.
* **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.


---

# 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/team-pulse.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.
