Skip to content

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.

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

Most AgenticEcom modules install the same way. Using Composer (recommended):

Terminal window
composer require agenticecom/module-<name>
bin/magento module:enable AgenticEcom_<Name>
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

Each module’s guide notes anything specific it needs (an API key, a cron job, a config section, etc.).

  • 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.