VOOZH about

URL: https://docs.pimcore.com/platform/Copilot/Extending_Copilot/

⇱ Extending Pimcore Copilot | Pimcore Development Documentation


Skip to main content
Version: 2026.1

Pimcore Copilot Bundle consists of four main modules

  • Pimcore Copilot: Actual UI component that loads and starts registered actions (see below).
  • Regular Actions: Are the simplest type of actions. They consist of a Server-Side and a Client-Side component. details see here
  • Automation Actions: Special type of actions that can be configured and are executed asynchronously. Automation actions can be extended by providing custom action steps, details see here
  • Interaction Actions: Special type of actions that can be configured and the user can interact with. Interaction actions can be extended by providing custom types, details see here.
  • Generic Execution Engine: Engine that executes Jobs triggered by automation actions. For further details see also here.