# Workspace Analytics

The **Workspace Analytics** page is available to workspace **Admins** and **Owners** under **Workspace Settings → Analytics**.

It provides an overview of all pattern projects created in the workspace, including time metrics, distribution charts, and a full data export.

### Summary Metrics

At the top of the page, four key indicators are displayed:

* **Total Projects** – Number of projects created in the selected period.
* **Projects Used for Time Metrics** – Projects with a valid session from start to first DXF generation (outliers longer than 2 hours are excluded).
* **Average Design Time** – Mean time from project start to first DXF generation.
* **Typical Design Time (Median)** – Median time from project start to first DXF generation.

### Charts

Below the summary, four charts break down project data visually:

* **Projects by Pattern Type** – Horizontal bar chart showing the count and percentage per pattern type.
* **Projects by Grading Status** – Horizontal bar chart showing how many projects have grading active or not.
* **Projects by Gender** – Pie chart with distribution by gender category.
* **Projects Over Time** – Vertical bar chart showing project creation trends by day, week, or month depending on the selected range.

### Filters

All charts and metrics respond to the active filters:

* **Date range** – Preset options: All time, Last 30 days, Last 90 days, Last 6 months, Last 12 months, Year to date, or Custom range.
* **Start / End date** – Available when Custom range is selected.
* **Filter by User** – Restrict data to a specific workspace member.
* **Clear filters** – Resets all filters to their default state.

The preview updates automatically when filters change. Use the **Update** button to manually refresh.

### Export to Excel

Click **Export** to download an `.xlsx` file containing two sheets:

* **projects** – Full list of individual projects matching the active filters.
* **summary** – Aggregated breakdowns by pattern type, gender, and grading status.

The exported file reflects the same date range and user filter currently applied in the preview.


---

# 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://help.clabassistant.com/getting-started/workspace-analytics.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.
