> 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/faqs-and-support/frequently-asked-questions/how-do-i-delete-the-quiz-kit-app.md).

# How do I delete the Quiz Kit app?

Uninstalling Shopify apps often leaves a significant amount of residual code, impacting performance and complicating future debugging and code maintenance. To delete the Quiz Kit app, follow these steps:

1. Locate the Quiz Kit app on the apps page and click "Remove."

   <figure><img src="/files/iaOYQQmHrHCjni3jbtEI" alt=""><figcaption></figcaption></figure>
2. After this action, our app's code will be eliminated from all themes, with the exception of the home page section. It's crucial to understand that app deletion results in the non-functionality of your quiz. To prevent issues, hide the relevant pages or sections before initiating this process.

**Removing the "Quiz Kit" Homepage Section:** *Note: The section in the theme editor won't be removed automatically and requires manual action.*

<figure><img src="/files/NhSjgM0ss3C2FoJWilC0" alt=""><figcaption></figcaption></figure>

3. Go to the theme editor, find and open the Quiz Kit section.
4. Choose the "Remove section" option to finalize the elimination process.

{% hint style="info" %}
We only store your Quiz Kit data for 3 days after you unsubscribe. If you need to keep your data past the 3 days, please reach out to support at: <support@quizkitapp.com>
{% endhint %}

By following these steps, you ensure a cleaner uninstallation process for the Quiz Kit app, minimizing code residue and potential performance issues.


---

# 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://support.quizkitapp.com/faqs-and-support/frequently-asked-questions/how-do-i-delete-the-quiz-kit-app.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.
