# Publish

The **Publish** page guides you through all your options for publishing your quiz. You can [add your quiz to a page](/publish-and-launch/publishing-your-quiz.md#publishing-your-quiz-on-a-page), [add it as a section on a page](/publish-and-launch/publishing-your-quiz.md#publishing-as-a-section-on-a-page), [embed it as a pop-up](/publish-and-launch/publishing-your-quiz.md#embedding-your-quiz-as-a-page-pop-up), and [embed it as a code snippet](/publish-and-launch/publishing-your-quiz.md#embedding-your-quiz-as-a-code-snippet).&#x20;

Once you've published your quiz in any of the available methods, it will be live and discoverable to your customers.

Learn more about [publishing your quiz](/publish-and-launch/publishing-your-quiz.md).


---

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