# Uninstalling PrestaShop

## Uninstalling PrestaShop <a href="#uninstallingprestashop-uninstallingprestashop" id="uninstallingprestashop-uninstallingprestashop"></a>

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.

You will lose all information registered to your store: customers, orders, invoices, products, etc.\
This cannot be undone unless you have proper backups of all your data.


---

# 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/1.7-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.
