# Additional page types

In addition to the standard Question type which is most common for quizzes, you can add a few other different page types: **Transition page**, **Form field**, and **Email capture**.

### Additional page types

* **Transition page**: Enables you to add a break in your quiz that's non-question based
* **Form field**: Used to gather certain information from customers, such as email addresses, phone numbers, dates and birthdays. You can select the type of each field:
  * **Text**
  * **Text area**
  * **Date**
  * **Number**

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

For an enhanced user experience, enabling the option to skip this question when collecting emails has been observed to yield better results.
{% endhint %}

* **Email capture**: You can include a dedicated email capture page in any quiz, and include **Birthday**, **Name**, and **Phone**. There are three editable options available:&#x20;
  * **Placeholder:** Pre-filled text displayed in the email field
  * **Required to submit:** Customers must provide an email address to proceed with the quiz
  * **Enable fake emails validation:** Validates user's email address to ensure it's a genuine and accessible email address


---

# 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/additional-page-types.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.
