> For the complete documentation index, see [llms.txt](https://support.quizkitapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.quizkitapp.com/~/changes/175/build-and-publish.md).

# Build and publish

- [Building a quiz](https://support.quizkitapp.com/~/changes/175/build-and-publish/building-a-quiz.md): Learn how to create a quiz, and the difference between the AI template and blank template options.
- [Collecting customer contact information](https://support.quizkitapp.com/~/changes/175/build-and-publish/building-a-quiz/collecting-customer-contact-information.md): Learn how to set up email and phone number collection in your quizzes.
- [Styling and customizing your quiz](https://support.quizkitapp.com/~/changes/175/build-and-publish/styling-and-customizing-your-quiz.md): Style and customize your quiz's appearance and elements.
- [Applying custom CSS and JavaScript to your quizzes](https://support.quizkitapp.com/~/changes/175/build-and-publish/styling-and-customizing-your-quiz/applying-custom-css-and-javascript-to-your-quizzes.md): Learn to apply custom code like CSS and JavaScript to your quizzes to customize them.
- [Setting up quiz results](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results.md): Learn about the options you have when setting up your quiz results.
- [Results logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic.md): Learn about the different recommendation logic types that you can use to manually create results mapped to your quiz questions.
- [Basic logic (default)](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/basic-logic-default.md): Learn about the Basic results logic type for quiz results.
- [Single logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/single-logic.md): Learn about the Single results logic type for quiz results.
- [Points logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/points-logic.md): Learn about the Points results logic type for quiz results.
- [Product weight logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/product-weight-logic.md): Learn about the Product weight results logic type for quiz results.
- [Result weight logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/result-weight-logic.md): Learn about the Result weight logic type for quiz results.
- [Combination logic](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/combination-logic.md): Learn about the Combination results logic type for quiz results.
- [Creating logic jumps](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-logic/creating-logic-jumps.md): Learn how to create logic jumps to direct customers to specific questions based on their answers.
- [Results template](https://support.quizkitapp.com/~/changes/175/build-and-publish/setting-up-quiz-results/results-template.md): Learn how to create unique layouts for your quiz results page with custom content in the template section.
- [Publishing your quiz](https://support.quizkitapp.com/~/changes/175/build-and-publish/publishing-your-quiz.md): Publish your quiz so it's live and discoverable to your customers.
- [Publishing on page builder apps or headless setups](https://support.quizkitapp.com/~/changes/175/build-and-publish/publishing-your-quiz/publishing-on-page-builder-apps-or-headless-setups.md): Learn how to integrate Quiz Kit with page builder apps or headless setups.


---

# 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:

```
GET https://support.quizkitapp.com/~/changes/175/build-and-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.
