Getting Started
These guides cover the AgenticEcom suite of extensions for Magento 2 — written so a first-time user can set each module up from scratch, with a screenshot of every step.
Compatibility
Section titled “Compatibility”Every AgenticEcom module is built and tested for:
- Magento Open Source / Adobe Commerce 2.4.9 (official release) or newer
- PHP 8.4 or PHP 8.5
Installing a module
Section titled “Installing a module”Most AgenticEcom modules install the same way. Using Composer (recommended):
composer require agenticecom/module-<name>bin/magento module:enable AgenticEcom_<Name>bin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flushEach module’s guide notes anything specific it needs (an API key, a cron job, a config section, etc.).
How these guides are organised
Section titled “How these guides are organised”- Universal modules — work on any Magento 2.4.9 store (admin/backend features or self-contained storefront features).
- Headless / Astro modules — for decoupled storefronts (e.g. an Astro front end talking to Magento over GraphQL).
Use the sidebar or the search box (top of the page) to find a module quickly.