> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/administration/statistiques.md).

# Statistics page — Track the organization's activity

### Overview

The **Statistics** allows administrators to track the organization's activity through metrics on collaborators and publications.

Accessible from **Administration** > **Statistics**.

### Collaborator statistics

#### Main metrics

* **Registered collaborators** : total number of activated accounts
* **Active collaborators** : number of users currently active
* **Regular collaborators** : users with regular activity

#### Trend chart

A line chart shows changes over time with the indicators:

* Number of registered users
* Number of active users
* Number of active mobile users
* Number of regular users

The chart can be filtered by **period** (day, week, month) and by **date range**.

#### Table by community

For multi-community organizations, a comparison table shows by community:

* Active user rate (%)
* Active rate over the last 30 days (%)
* Regular user rate (%)
* Trend indicators (up/down over 30 days)

The columns are sortable to compare communities.

### Publication statistics

#### Table by community

* Total number of publications
* Publishing rate (% of collaborators who publish)
* Number of days without publication (with alert starting from 7 days)
* Trend indicators

#### Details by community

By clicking on a community, detailed statistics are displayed:

* Publications for the current month
* Number of publishers
* Days without publication
* Publication trends over time
* Top 3 most viewed publications
* Details by content type
* Likes and comments statistics
* Interaction details

### Definitions

* **Activated** : the collaborator has completed registration and activated their account
* **Monthly active** : at least one login in the last 30 days

### Access

* **Global administrator** : access to statistics for the entire organization
* **Community administrator** : access to statistics for their community only

### What the assistant can do

The assistant cannot display statistics directly. It can explain how to access them and what metrics are available.


---

# 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:

```
GET https://help.steeple.com/en/administration/statistiques.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.
