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

# Understand Your Users

- [Session Search](https://docs.browsee.io/understand-your-users/session-search.md)
- [Date Range](https://docs.browsee.io/understand-your-users/session-search/date-range.md)
- [User Actions](https://docs.browsee.io/understand-your-users/session-search/user-actions.md)
- [User Attributes](https://docs.browsee.io/understand-your-users/session-search/user-attributes.md): Browsee gives you an exhaustive search on your session data. Anything that you can imagine is searchable within Browsee.
- [Session Tags](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags.md)
- [Network Errors and Slowness](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/network-errors-and-slowness.md)
- [Javascript (JS) Errors](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/js-errors.md)
- [Frustration Clicks or Rage Clicks](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/frustration-click.md)
- [Broken Links](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/broken-links.md)
- [U Turn](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/u-turn.md)
- [Searching For Something](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/searching-for-something.md)
- [Going in Circles](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/going-in-circles.md)
- [High Engagement](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/high-engagement.md)
- [High Input Time](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/high-input-time.md)
- [Repeat Pages](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/repeate-pages.md)
- [Repeat Events](https://docs.browsee.io/understand-your-users/session-search/automatic-session-tags/repeat-events.md)
- [Regular Expression Search](https://docs.browsee.io/understand-your-users/session-search/regular-expression-search.md): Browsee allows you to search by Regular Expressions on the text fields.
- [Segments](https://docs.browsee.io/understand-your-users/circles.md)
- [Segment Analytics and Alerts](https://docs.browsee.io/understand-your-users/circle-analytics-and-alerts.md)
- [Subscribe to a Segment](https://docs.browsee.io/understand-your-users/subscribe-to-a-circle.md): You can subscribe to session alerts for a segment
- [Configure Dashboard](https://docs.browsee.io/understand-your-users/configure-dashboard.md): You can configure Browsee's dashboard to follow the segments and funnels that you create.
- [Session Replays - Save, Share, and Delete](https://docs.browsee.io/understand-your-users/session-replays-save-share-like-and-dislike.md)
- [User Experience Issues](https://docs.browsee.io/understand-your-users/user-experience-issues.md): Browsee has a dedicated screen where you can regularly check any user experience issues like JS errrors, AJAX errors or slowness and rage clicks.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.browsee.io/understand-your-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
