# Advanced Settings

- [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: 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.
