> 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/session-search/automatic-session-tags.md).

# Session Tags

Session Tags help you identify the most interesting sessions on your site. On average Browsee tags around 5% of your sessions with any of these tags. By focusing on these tagged sessions, you should be able to find most of the positive as well as negative user experience issues on your website.

Browsee applies the following tags to user sessions based on the activity.

1. [Network Issues](/understand-your-users/session-search/automatic-session-tags/network-errors-and-slowness.md)
2. [Javascript Errors](/understand-your-users/session-search/automatic-session-tags/js-errors.md)
3. [Frustration Clicks](/understand-your-users/session-search/automatic-session-tags/frustration-click.md)
4. [Broken Links](/understand-your-users/session-search/automatic-session-tags/broken-links.md)
5. [U Turn](/understand-your-users/session-search/automatic-session-tags/u-turn.md)
6. [Searching For Something](/understand-your-users/session-search/automatic-session-tags/searching-for-something.md)
7. [Going In Circles](/understand-your-users/session-search/automatic-session-tags/going-in-circles.md)
8. [High Engagement](/understand-your-users/session-search/automatic-session-tags/high-engagement.md)
9. [High Input Time](/understand-your-users/session-search/automatic-session-tags/high-input-time.md)
10. [Repeat Pages](/understand-your-users/session-search/automatic-session-tags/repeate-pages.md)
11. [Repeat Events](/understand-your-users/session-search/automatic-session-tags/repeat-events.md)


---

# 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.browsee.io/understand-your-users/session-search/automatic-session-tags.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.
