# My Quizzes

The My Quizzes page is the main page of the Quiz Kit app and acts as a dashboard or overview of the most current and relevant content for your quizzes.

The dashboard is split into the following sections:

* [Quiz analytics](#quiz-analytics)
* [Quiz library](#quiz-library)

Additionally, you can initiate the creation of a new quiz directly from this section by clicking the **Create a new quiz** button located in the top right corner.

***

## Quiz analytics

The **Quiz analytics** section gives you a default overview of the last 30 days of data for all your quizzes. You can adjust the drop-downs to choose a specific quiz to look at, and/or a different timeframe.

The analytics displayed are Engagements, Add to cart, Revenue, and Email/SMS captures.

You can [read more about your quiz analytics](/analytics-and-optimization/analytics-and-tracking/quiz-analytics.md).

## Quiz library

The **Quiz library** section provides an overview of all your quizzes and the following information for each of them: last save timestamp, whether they are in a published or draft state, engagement count, revenue earned, number of Email/SMS captures, and quick links to their analytics page or to customize.&#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-kit-interface/my-quizzes.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.
