# Analyzing users

See who your users are and what they do. The [Users](https://rum.betterstack.com/team/0/users ";_blank") page lists every user identified with [`betterstack('user', ...)`](https://betterstack.com/docs/rum/identify-users/), with their activity, location, and attribution data.

## The Users page

Each row shows the user with their group, location, first and last activity, and tracking attribution such as the referrer and UTM parameters of their latest visit. Sort by **Most recent**, **Number of errors**, or **Number of sessions**.

![Users page in real user monitoring](https://imagedelivery.net/xZXo0QFi-1_4Zimer-T0XQ/34600746-71e3-4f7c-893e-cac516710100/orig =3056x1304)

A user's **View** column links to all sessions of that user, including their [session replays](https://betterstack.com/docs/rum/using-the-product/session-replays/).

[info]
#### Not seeing a user?
The Users page lists identified users. Anonymous visitors are tracked per session and appear on the [Sessions](https://rum.betterstack.com/team/0/sessions ";_blank") page, but they only become a user once your application identifies them.
[/info]

## Find specific users

Use the search bar to filter users, e.g. by e-mail address or group. Sessions can be filtered by user too: search [Sessions](https://rum.betterstack.com/team/0/sessions ";_blank") with `user.id="user_123"`, or use the **Signed in users** preset to hide anonymous traffic.

## Analyze user behavior

- **Watch their sessions.** Open a user's sessions to replay what they experienced, useful for support requests and bug reports.
- **Chart user activity.** Build charts and dashboards over your web events in [Metrics](https://rum.betterstack.com/team/0/dashboards ";_blank"), e.g. daily active users or activity by plan using the custom properties from your identify calls.
- **Debug user-reported issues.** Sort by **Number of errors** to find the most affected users, then open their sessions and replays.

## Next steps

- [Analyzing groups](https://betterstack.com/docs/rum/using-the-product/analyzing-groups/): the same analysis at the team or organization level.
- [Fingerprinting users](https://betterstack.com/docs/rum/using-the-product/fingerprinting-users/): recognize returning browsers without cookies.
