> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/instruction-for-d5-for-teams/team-data-guide/how-to-use-team-data-analysis.md).

# How to use Team data analysis?

## Team Data Dashboard

"Team Report" is a data dashboard in the D5 team management backend, which displays core metrics and charts, mainly for enterprise managers to easily overview their team's current status.&#x20;

<figure><img src="/files/nikhYZQAyalwc52a84Uu" alt=""><figcaption><p>Team Data Dashboard</p></figcaption></figure>

## Counting and Displaying

All metrics in the dashboard support customized timeframe picking and switching between “daily”, “weekly” and “monthly” data displays.

We provide 5 presets for quick counting:

* Last 7 days
* Last 4 weeks
* Last 8 weeks
* Last 6 months
* Last 12 months

<figure><img src="/files/geVO4bQzu22ZL0qF3Kdk" alt=""><figcaption><p>Customize timeframe counting &#x26; display by day/week/month</p></figcaption></figure>

## Data Dashboard and Calculation Method

1. **Active Members**

The number of weekly unique active users within a specified time range&#x20;

> **Active members** are defined as users who have launched D5 Render client with their D5 accounts logged in

2. **Active Member Rate**

The number of unique active users in the team during the current week within a specified time range / the current total number of team members

3. **Number of rendered works**

The total number of rendered works completed by all accounts in the team on a certain day

4. **Number of new projects**

The total number of newly created projects by all accounts in the team on a certain day

5. **Average rendering time (s)**

The sum of rendering time for all accounts in the team / the number of rendering works on a certain day.

6. **Number of Tour Projects**

The sum of the number of tour projects created in the specified period

7. **Number of 3DGS Projects**

The sum of the number of 3DGS projects created in the specified period


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.d5render.com/instruction-for-d5-for-teams/team-data-guide/how-to-use-team-data-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
