# Uninstalling PrestaShop 8

PrestaShop is very easy to uninstall:

1. **Delete all of PrestaShop's files** and folders on your web server, using your FTP client.
2. **Delete all the `ps_` tables** from PrestaShop's database, using phpMyAdmin.

{% hint style="danger" %}
**You will lose all information registered to your store: customers, orders, invoices, products, etc.**

\
This cannot be undone! Make sure you have a proper backup of all your data.
{% endhint %}


---

# 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.prestashop-project.org/v.8-documentation/getting-started/uninstalling-prestashop.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.
