> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/site-navigation/global-search.md).

# Global Search

Quickly find your guests and training clinic availability - right from the search bar.

The search bar tool in the top of the site allows you to search for schedules, guests, training clinics, and staff.&#x20;

Once you have clicked into the search bar you can:

* Search for guests by first or last name
  * See the guest’s level and age
  * See guests with upcoming lessons show at the top of the search list
  * See the guest’s most recent (or upcoming) lesson
* Search for training clinics
  * See upcoming clinic dates and availability
  * Search by training clinic name or discipline
* Search for instructors by first or last name
  * See if they are currently in a class and/or have a shift for today
  * See their maximum teachable discipline (or see if they're in Hiring or Archived if they're not a current employee)

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FY8dlmqtx4meo6aVf4shq%2Fimage.png?alt=media&amp;token=79251340-8d71-4b00-9358-b55ecd7a6b27" alt=""><figcaption></figcaption></figure>

Quick links into different parts of the product are available in the global search and will differ based on your permissions.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FGwWMOBlvz0lmJBm3z9p9%2Fimage.png?alt=media&amp;token=b5b8a6cb-88b4-49f5-80d1-36e2bee3c3bd" alt=""><figcaption><p>Supervisor and managers quick links</p></figcaption></figure>

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FrkiKp9B9SQMCVYmUQ1kC%2Fimage.png?alt=media&amp;token=413bb31f-2130-461f-851b-b086d2989db9" alt=""><figcaption><p>Instructor quick links</p></figcaption></figure>


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/site-navigation/global-search.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.
