> For the complete documentation index, see [llms.txt](https://docs.kidslipi.com/kidslipi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kidslipi.com/kidslipi/first-four-steps/prebuilt-content/navigating-and-exploring-prebuilt-quizzes.md).

# Navigating and Exploring Prebuilt Quizzes

The 'Prebuilt Quizzes' section functions similarly to the 'Prebuilt Activities' section. To explore available quizzes, click on 'Quizzes' under the 'Prebuilt Content' menu. This will display a list of available quiz levels.

<figure><img src="/files/TW1G6bBtCK3Q9XMfkbDy" alt=""><figcaption><p>List of Quiz Levels Available for Activation</p></figcaption></figure>

To delve deeper, click on a level name to view the groups and individual quizzes within it.

<figure><img src="/files/a8te63OdaXPyhSkCtE5H" alt=""><figcaption><p>Quizzes List and Level Groups</p></figcaption></figure>

For an in-depth view of each quiz, click the orange icon in the last column of the quiz list. This will show the quiz's questions and answers.

<figure><img src="/files/9Q96hyCeeNi1AgfsfFnD" alt=""><figcaption><p>Quiz Details - questions and answers</p></figcaption></figure>

If you wish to return to the previous page, use the 'Cancel' button located in the top right-hand corner. Clicking 'Cancel' on the activity groups page takes you back to the overview of quiz levels.

Now that you're familiar with navigating and exploring the range of prebuilt quizzes, the next step is to activate a quiz level. Activating a level enables you to incorporate these quizzes into your classroom activities, enhancing the learning experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kidslipi.com/kidslipi/first-four-steps/prebuilt-content/navigating-and-exploring-prebuilt-quizzes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
