> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/magento.md).

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