> For the complete documentation index, see [llms.txt](https://docs.notionapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionapps.com/users/app-users.md).

# App Users

Every row in the Users database represents an App User.  A single email used across multiple apps is counted as one user.&#x20;

> For the purpose of pricing, we only count the unique email addresses who have logged in the past 30 days.&#x20;

### User Analytics

You can also see the last logged in time and last activity time of your app users. You can check this by following these steps:

1. Go to the "Users" tab in your app builder.
2. Click on the "Analytics" tab.

<figure><img src="/files/8XalCDCNVNv3WKffUZhM" alt=""><figcaption></figcaption></figure>


---

# 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://docs.notionapps.com/users/app-users.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.
