# Draft questions and pages

In this section you'll find best practices and suggestions for drafting quiz questions, building pages, and&#x20;

## How many questions should I ask?

We recommend drafting 5–7 key questions. If a quiz is too long, then customers have a higher chance of dropping off.&#x20;

Also, it's a good idea to keep questions conversational:

* “How would you describe your skin?”
* “What is your main skin concern?”
* “What is your age range?”

## Build your pages

**Intro Page:**\
Keep it simple: use a short headline that explains the benefit and one clear “Start Quiz” button. If most of your visitors are on mobile (95% or more), you can skip the intro.

**Questions:**\
Use images with text for lifestyle products. Use sliders for questions about preferences like price or strength.&#x20;

**Forms & Email:**\
Ask for an email only after showing some value (like "See your routine and get 10% off").

{% hint style="info" %}
**Note:**

Older quizzes have the email/SMS collection form set up from the quiz's **Settings** page, under the **Email / SMS Page** tab. Using this setting adds the page to the end of your quiz.&#x20;
{% endhint %}

**Results:**\
At minimum, show a main image, 1–3 recommended products, and a call-to-action to buy. If you’re selling high-end items, consider hiding prices until users are more interested.


---

# 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/building-a-quiz/creating-a-quiz/draft-questions-and-pages.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.
