# Displaying quiz

Once you’ve published your quiz, you’ll see a publish settings window. Please copy the **Quiz Key** first, then click Go to **Theme Editor**.

<figure><img src="/files/FqXDfbYQrNHrqmJgsNAg" alt=""><figcaption></figcaption></figure>

Open your **Theme Editor**, navigate to the section where you want to place the quiz, and click Add Block.

<figure><img src="/files/ATkhjYHWDWUxHxsvFEI1" alt="" width="353"><figcaption></figcaption></figure>

Search for the **Product Quiz** and click on it

<figure><img src="/files/aZMKxieswvyNOhkyRGKN" alt=""><figcaption></figcaption></figure>

After pasting the **Quiz Key**, you’ll see the quiz you just published appear in your store. Don’t forget to click **Save** to save your changes—this will make the quiz available for your customers to use!

<figure><img src="/files/cFchxeydqUW6BcyBXvFo" alt=""><figcaption></figcaption></figure>


---

# 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.gojiberry.app/documentation/quiz/displaying-quiz.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.
