- Users
- Organizations
The users page is a filterable directory of every unique user your chatbot has interacted with. Each row represents a real person from your product, identified by the 
user.id you pass through the SDK.
Table columns
| Column | Description |
|---|---|
| User | Name and email, pulled from SDK metadata |
| Plan | Subscription plan (e.g., Free, Pro, Enterprise) |
| Industry | The user’s industry, if provided |
| Organization | Which organization they belong to |
| Conversations | Total conversation count |
| Avg Sentiment | Average sentiment score across all conversations |
| MRR | Monthly recurring revenue, if provided |
| First seen | When their first conversation was captured |
Filtering
Free-text search matches on user name, email, or user ID.Faceted filters:- Plan (multi-select)
- Industry (multi-select)
- Organization (specific org or any)
- Conversation count (min/max)
- Average sentiment (min/max) — find your most or least satisfied users
- MRR (min/max) — narrow results to high-value accounts
Metadata sourcing
Both pages are only as rich as the metadata you pass through the SDK. Fields like plan, industry, and MRR must be explicitly provided when callingrecordMessages():
Fields not provided appear as empty in the table and are not available as filters. Richer metadata means richer filtering and sorting.
