> 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-administrators/admin-settings-product-settings/guest-experience/guest-survey-setup/how-surveys-appear-for-guests.md).

# How surveys appear for guests

## How surveys appear for guests

Check out the example below if you'd like to see what the guest-facing side of the survey looks like. When a guest clicks the survey link that is emailed to them, they're brought to this landing page:

<div align="center"><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FDYRs44Q7Mm9dUsqZaAYX%2Fintro.png?alt=media&amp;token=582fd217-3242-4708-8baf-639184c8465a" alt="" width="361"><figcaption></figcaption></figure></div>

After tapping <mark style="color:blue;">**Sure, let's start!**</mark> your guests will be brought right to your survey questions.

<div><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FKvgRWFi1icvVncNdqTsU%2Fq1.png?alt=media&amp;token=d0ddfb4c-bb92-4d17-bd88-fd19d6c70b8c" alt="" width="361"><figcaption></figcaption></figure> <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FWRDXjx1bUFlUc2GZiDjD%2Fselect%20an%20option.png?alt=media&amp;token=730aed5f-53fb-4f3f-8714-474cd94c8882" alt="" width="361"><figcaption></figcaption></figure></div>

<div><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FVcfuY9wK6eK4s4e0sdZI%2Fq2.png?alt=media&amp;token=ebca3cab-5e7a-4a32-b9b6-c0efacd2af53" alt="" width="361"><figcaption></figcaption></figure> <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FEAJx480w5MP3jrfBlZ9R%2Fq2%20options.png?alt=media&amp;token=66e016e7-e7a1-442a-844a-a070fb567d00" alt="" width="361"><figcaption></figcaption></figure></div>

Once the guest has completed the survey questions you configured, they'll be prompted to provide additional feedback via the comment box.&#x20;

<div><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FQJXZYktszYrkkRVWBqWL%2Fquestion%203.png?alt=media&amp;token=36d22407-20d7-4c92-b72b-f1c3f9f5fbff" alt="" width="361"><figcaption></figcaption></figure> <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FpA2JnsX653NUdWdMTqjk%2Fanswer.png?alt=media&amp;token=be7edead-1a98-485d-bb10-6eb1094393a6" alt="" width="361"><figcaption></figcaption></figure> <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FjRtq96o0gfJhmZ93qAQe%2Fdone.png?alt=media&amp;token=64d745e5-0d21-42b8-b9e3-5ab44b9e72a3" alt="" width="361"><figcaption></figcaption></figure></div>

**And that's it!** Once complete, your guests will find links that bring them to the other guest experience features available for their lesson, such as their report card or their Relive Your Lesson summary.&#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-administrators/admin-settings-product-settings/guest-experience/guest-survey-setup/how-surveys-appear-for-guests.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.
