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