# Uninstall app

You can uninstall the **S: Appointment Booking** app from your store from the **Apps** page in Shopify.

**Steps**:

1. From your Shopify admin, go to **Apps -> App and sales channel settings -> App and sales channel**.
2. In the row of the **Storeify Appointment Booking** app that you want to uninstall, click **Remove**.
3. In the message that appears, click **Remove**.

To be sure to completely remove the application's source code, please go to **Online Store** -> **Themes** -> Select theme -> **Actions** -> **Edit code** -> Open the **theme.liquid** file -> Find and remove lines of code with "**storeify**".


---

# 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://apm-guide.storeify.app/uninstall-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.
