# Quiz

The quiz editor has several sections to familiarize yourself with when building your quiz. The main sections are the [Introduction](/account-and-settings/quiz-builder/quiz/introduction.md) page, the [Questions Content](/account-and-settings/quiz-builder/quiz/questions.md), Answers, and the [Additional page](/account-and-settings/quiz-builder/quiz/additional-page-types.md) types.&#x20;

When building or editing a quiz, content is displayed in three columns: the quiz content on the left, a real-time preview of the quiz in the middle, and the edits or actions you can perform on the right.&#x20;


---

# 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://support.quizkitapp.com/account-and-settings/quiz-builder/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.
