# What should I do when uninstalling the app?

If you uninstall the app, your subscription will be **canceled** and you will have to **charge again** if you reinstall it. So if there are any issues, please contact us via **<support@the4.co>** email or via the live chat to ask for assistance first.

Please consider carefully before deciding to uninstall. If you still want to uninstall it, please follow the below steps:

**Step 1:** Delete all fonts in the app. Go to the **App dashboard -> Fonts -> Delete** font.

<figure><img src="/files/8H1poqqDuhprAMTV3xkJ" alt=""><figcaption></figcaption></figure>

**Step 2:** Go to **Shopify settings -> Apps and sales channels** to **delete** the app from the app list.

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

**Step 3:** To delete the code of our app completely, you can go to Theme -> Edit code -> find out the file **theme.liquid** –> remove only the below code snippet:

> {{ shop.metafields.fontify.stylesheets }}

You can press CTRL+F on your keyboard to find the "**fontify**" ket word to see the sipper code.

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


---

# 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://docs.nitroapps.co/fontify/faq/what-should-i-do-when-uninstalling-the-app.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.
