> 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/lineups/guest-profile.md).

# Guest Profile

## Guest Profile Overview

The top section of the Guest profile outlines the Age, Gender, Ability level, if they have any allergy information and if they have been marked as a VIP in flaik.

Underneath the summary, you will see the Customer ID, Contact information, Emergency contact information and Medical information. To view these details will require the user to have the "Can view customer's ID, contact information and emergency contact information in Guest Profile" permission enabled. If the permission is not enabled it will appear like so to users.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F6c7Y6X7uXLEhmXGY0FRO%2Fimage.png?alt=media&amp;token=6614d4f5-d53b-4255-beb5-40248fc436e9" alt="" width="266"><figcaption></figcaption></figure>

If the guest has a sale for today, a call button will appear down the bottom to allow you to easily contact the guest if they haven't arrived at the lineup or you need to contact them regarding their lesson.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F30GcfTA85TTsWyEEPSKv%2Fimage.png?alt=media&amp;token=8fe561c6-6a67-469b-8f49-e5806ea067c2" alt="" width="273"><figcaption></figcaption></figure>

## Coming soon

Coming soon to the guest profile.

* Previous, today, and upcoming lessons.
* Highlighting if they are a new or returning guest,
* If the ability level is self report, sourced from the POS, or is based on a report card submitted in flaik.

\
&#x20;&#x20;


---

# 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/lineups/guest-profile.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.
