# Magento

Magento is an open-source platform for managing virtual stores from any WordPress dashboard. Integrating Magento into GearPlug lets you use your store’s records to update other apps and vice versa.

{% 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://lh7-us.googleusercontent.com/kecJsYo1up9NvtpN0gXCOrKwdgqpel672fmk3OjC4viDQ-mgX044ZdzUDao3ncipnukFs2a1YucW84-s9FeEPtPAArxKW7dl95eu-LrdkSMNvM4jRfr0ycUIdYVi4JSEta7eUOt6G9d7OdtC3Npt0A" alt=""><figcaption></figcaption></figure>

As a source, Magento offers 3 actions:

* **Get new product**: Draws data from new products registered in your inventory.
* **Get new customer**: Automatically imports information from new clients in your store.
* **Get new order**: Extracts relevant data from orders created in your store.

### As a target

<figure><img src="https://lh7-us.googleusercontent.com/kiK42sScdbb9apGjsu3oLpixZsFE0pgOSZ1q7JX-LOBa42EtSdo2mA1IgLKWKzkNC07zURoWfuDu5qX0fTHx0qeSjH6qdpc2kWlTNAa_9fhJdkPKSkAD7TpaDDr-Em5smtQ4XVoyu91cX-6hVvdrZw" alt=""><figcaption></figcaption></figure>

As a target, Magento offers one action:

* **Create customer**: Creates new customers in your contact list with data from other apps.


---

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