# Introduction

The introduction is an optional, initial page of your quiz. If enabled, it's the first page your customers encounter in your quiz

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

You can choose to hide the introduction page.&#x20;
{% endhint %}

On the introduction page, you can modify the content alignment, background color, and add custom JavaScript if you want to use custom code in your quiz.

You can also edit the following sections:

* **Heading**:  Create a title for your quiz.
* **Subheading**: Add a subheading for more nuanced messaging.
* **Image**: Add a main image for your quiz.
* **Button**: Include a call-to-action to prompt customers to take your quiz.


---

# 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/introduction.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.
