> For the complete documentation index, see [llms.txt](https://docs.cloudfilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfilt.com/integrations/interactive-blocks.md).

# Prestashop

## What is cloudFilt on PrestaShop ?

PrestaShop is a leading **open-source e-commerce platform (CMS)** widely used by businesses to build and manage professional online stores. It supports advanced e-commerce features such as **customizable themes, data control, and an intuitive interface**.

PrestaShop also offers a **large ecosystem of modules and plugins** for both B2B and B2C use cases, including full compatibility with **CloudFilt**. This allows you to **protect your store from automated threats** and ensures a secure shopping experience for your real customers.

## Why use cloudFilt on PrestaShop ?

CloudFilt provides security tracking and protection for your PrestaShop store by :

* Preventing and blocking **bots traffic, web scraping, Tor traffic, spam submissions, web fraud, business logic attacks, and DDoS attacks**.
* Injecting **JavaScript into pages** to track and detect potentially dangerous users.

## How to activate cloudFilt on PrestaShop

1. Download the **CloudFilt Plugin** for PrestaShop.
2. Login to your **CloudFilt account**.
3. Navigate to **Websites / WebApps > My Website**.
4. Click **Settings > Integration & Plugins**.
5. Go to the **PrestaShop tab** and retrieve your **public key** and **private key**.

   <figure><img src="/files/GTAPBRn4B9vpain2cLaC" alt=""><figcaption></figcaption></figure>
6. Login to the **PrestaShop administration panel**.
7. Navigate to **Modules > Modules Manager**.
8. Click **Upload a module** and upload the downloaded ZIP file.
9. Once the plugin is installed, select the **CloudFilt plugin** and configure it.
10. Paste the **public and private keys** from your CloudFilt account into the plugin form.
11. Return to your CloudFilt account to access your website’s **security statistics**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfilt.com/integrations/interactive-blocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
