> 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/advanced-settings.md).

# Advanced Settings

- [Customize your results email sender](https://support.quizkitapp.com/advanced-settings/customize-your-results-email-sender.md): Learn how to update the sender name and email address on your quiz results emails.
- [Personalizing your quiz](https://support.quizkitapp.com/advanced-settings/personalizing-your-quiz.md): Add features that personalize the customer experience in your store after a customer has taken a quiz.
- [Dynamic questions & answers](https://support.quizkitapp.com/advanced-settings/personalizing-your-quiz/dynamic-questions-and-answers.md): Learn how you can personalize quiz questions or results with user responses collected earlier in the quiz.
- [Multilingual quiz workaround](https://support.quizkitapp.com/advanced-settings/multilingual-quiz-workaround.md): Learn how to offer translated versions of your quiz by routing customers to language-specific quizzes.
- [Common code customizations](https://support.quizkitapp.com/advanced-settings/common-code-customizations.md): Learn how to customize Quiz Kit with custom CSS, HTML, and JavaScript.
- [Making your quiz full-width](https://support.quizkitapp.com/advanced-settings/making-your-quiz-full-width.md): You can adjust the width of your quiz so that it looks better on your store's page.


---

# 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/advanced-settings.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.
