> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/create/creating-questions/feedback-slide.md).

# Feedback slide

Use a feedback slide when you need to show information to the user in the flow of the quiz. You can also use skip logic so these slides are displayed only when specific previous answers have been selected, to achieve more personalized feedback.

In order to create a Feedback slide, select the Feedback type when creating a new slide:

![](/files/43WArnUFPfNKCxk77TYG)

### Textual information

In this case, just enter the text you need through the editor:

![](/files/MDZsZrEUngE62rUZf7ZN)

### Video

If you need to embed a video, for example a Youtube video, simply click on the Source code button <img src="/files/-M77MxYtogFudDqiF6cg" alt="" data-size="line"> and paste the video code:

![](/files/-M77Nc4Nxwuv9PVLaW5u)

The result will be:

![](/files/-M77SERgTKohoxM8721T)

{% hint style="warning" %}
In order to edit HTML directly special permission is needed. Contact us for more information.
{% endhint %}

### Auto-advance

Sometimes it is useful to show a feedback slide only for a few seconds so the slide is presented and then auto-advances. In order to achieve this result, simply go to the General settings of the slide, check Auto-advance, and finally set the time in seconds:

![](/files/OGxx693rnPUPr1Ofm0q6)

You can also embed an animated GIF using HTML that when combined with the auto-advance feature, can be used as a typical spinner:

![](/files/-M77Tlw4yiUXyQKC_jqQ)

{% hint style="warning" %}
In order to edit HTML directly special permission is needed. Contact us for more information.
{% endhint %}


---

# 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://help.pickzen.com/create/creating-questions/feedback-slide.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.
