# PrestaShop

PrestaShop is one of the most popular apps to create, manage, and automate virtual stores. Integrating PrestaShop into GearPlug lets you use events within your store to update other apps.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh4.googleusercontent.com/WA9rLBj3qlKk9NtVPzjmKUi4ROMQfLAW7PUfNMs4WSWA3PVdLUWbBVmY9fkbBk2FkJnn2bxa5_7nDDYyc0N7SIQ85cZmJLsjXa0mrILt7-P-ADnRvDrSTBZebnu-YmzG_RfeKM-CoTSWf1ldFrZz-w" alt=""><figcaption></figcaption></figure>

As a source, PrestaShop offers 3 actions:

* **Get customer created**: Extracts data from newly-created customers in your store.
* **Get order created**: Imports the information from orders generated in your store.
* **Get cart abandoned**: Draws details from canceled orders in your store.


---

# 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.gearplug.io/english/set-up-your-integrations/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.
