# Uninstall app

This guide shows the cleanest way to remove **Tipo Appointment Booking** from your Shopify store, including removing any theme files the app added.

### 🧹 Automatically uninstall

Use this option if you want the fastest, safest uninstall.

1. Open the app&#x20;
2. Click **Uninstall** to remove the app from the theme integrated
3. Remove the app from your Shopify app list

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

&#x20;

### 🧰 Manually uninstall

Use this if you want to completely remove the app’s files/snippets from your theme (advanced).

#### 1) Delete these theme files

In **Shopify Admin → Online Store → Themes → Edit code**, delete:&#x20;

* `Assets/Tipo.booking.js`
* `Assets/Tipo.booking.scss.liquid`
* `Snippets/Tipo.booking.script.liquid`
* `Sections/Tipo-booking-form.liquid`

#### 2) Remove snippet include in `theme.liquid`

Go to **Layout/theme.liquid** and delete:&#x20;

`{% include ‘tipo.booking.script’ %}`

#### 3) Remove booking history block in customer account template

Go to **Templates/customers/account.liquid** and delete:&#x20;

`<div id=”tpb-history-booking”></div>`

#### 4) Remove booking form container (if you added it)

If you manually added booking code to any pages, delete:&#x20;

`<div class=”tpb-booking-form page”></div>`

***

### ✉️ Optional: Share feedback

Tipo also invites you to email feedback to <hi@tipo.io>


---

# 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.tipo.io/tipo-appointment-booking/settings/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.
