# Desinstalar PrestaShop

Es muy fácil desinstalar PrestaShop:

1. Elimina todos los archivos y carpetas de PrestaShop de tu servidor web usando tu cliente FTP.
2. Elimina todas las tablas `ps_` de la base de datos de PrestaShop con phpMyAdmin.<br>

Perderás toda la información registrada en tu tienda: clientes, pedidos, facturas, productos, etc.\
Esta acción no se puede deshacer, a menos que tengas una copia de seguridad de todos tus datos.


---

# 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/spanish/guia-inicio/desinstalar-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.
