# Analytics

The Analytics section on the Authgear portal provides reports on your project activities. For example, the report shows the total number of users that sign up and active users over a specific time interval.

In this guide, you'll get detailed information about the information provided on the Authgear Analytics page and how to interpret it.

## Activity

The Analytics page shows two activity bar charts that show a weekly or monthly summary of user activities on your Authgear project.

### Active user

The first chart shows the total active users per week or month. Active users are users who sign up, log in, or access their accounts within a specific time.

<figure><img src="https://2638622528-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAjXpMovvVxeIY33s_K%2Fuploads%2Fgit-blob-ab22d45b21fcf601cef04603543f4ebcb75d2386%2Fauthgear-analytics-active.png?alt=media" alt=""><figcaption></figcaption></figure>

### Total users

The second bar chat in the Activities section shows the total number of users your Authgear project has over a specific time interval. That is the total number of accounts created minus deleted users.

<figure><img src="https://2638622528-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAjXpMovvVxeIY33s_K%2Fuploads%2Fgit-blob-0dcf69b01cd2f99965eea9e57d1d53271e56f4c5%2Fauthgear-analytics-user2.png?alt=media" alt=""><figcaption></figcaption></figure>

## Signup Conversion

The signup conversion piechart shows how many users visited your signup page (unique pageviews) and how many went ahead to complete the signup process. This report also shows a percentage of the signup conversion (unique pageviews vs. total signups).

<figure><img src="https://2638622528-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAjXpMovvVxeIY33s_K%2Fuploads%2Fgit-blob-dab9c65978e94c2af7bfd5aefcb854533425b45d%2Fauthgear-analytics-conversion2.png?alt=media" alt=""><figcaption></figcaption></figure>

## User Signup Methods

This section shows how many users you have per signup method in a pie chart.

<figure><img src="https://2638622528-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAjXpMovvVxeIY33s_K%2Fuploads%2Fgit-blob-beddd4b23c891bda0b1b74d4a79df71e6aba6b5f%2Fauthgear-analytics-signup.png?alt=media" alt=""><figcaption></figcaption></figure>

**Note**: The data on the Analytics page may take 24 hours to be updated.


---

# 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.authgear.com/admin-and-operations/monitor/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.
