> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/enterprise/enterprise-admin-portal/user-interface/search-bar.md).

# Search bar

Group, membership, invitation, and Session lists include a search bar. You can enter a value in the search bar to perform a basic search.

{% hint style="info" %}
For most lists, a basic search compares values in the first column. For memberships, you can use the basic search to search for a member by their forename, surname, username, or email address.
{% endhint %}

<figure><img src="/files/UBZ8dhzNd6E4g0kmdkjh" alt=""><figcaption><p>Example search bar on the Invitations page</p></figcaption></figure>

## Advanced search

To perform an advanced search, select the advanced search icon in the search bar.

<figure><img src="/files/JloTkMRTM0JNuZ0SJcCf" alt=""><figcaption><p>Advanced search icon in the search bar</p></figcaption></figure>

You can use the advanced search panel to enter search criteria that is specific to the list that you want to search. For example, in the list of Sessions, you can search for password protected sessions only, and in the list of memberships, you can search for users by their group role.


---

# 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.engagevr.io/enterprise/enterprise-admin-portal/user-interface/search-bar.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.
