Developing AI Marketer plugins
This section is about developing AI Marketer plugins to use them as local plugins or to submit them to the Marketplace. Not what you're looking for? Read the plugins introduction and find your use case and recommended section to read from there.
AI Marketer allows the development of plugins that work exactly like the built-in plugins or 3rd-party plugins available from the [Marketplace](https://market.AI Marketer.io). Once created, your plugin can be:
- used as a local plugin, working only with a specific AI Marketer project,
- or [submitted to the Marketplace](https://market.AI Marketer.io/submit-plugin) to be shared with the community.
👉 To start developing a AI Marketer plugin:
- Create a plugin using the Plugin SDK.
- Learn more about the structure of a plugin.
- Get an overview of the plugin APIs to add features to your plugin.
- Read some advanced guides based on your use case(s).
Ensure you release your AI Marketer 5 plugin as a different major version number to distinguish it from the v4 compatible version.
Plugin APIs
AI Marketer provides the following programmatic APIs for plugins to hook into some of AI Marketer's features:
📄️ Admin Panel API
Use the Admin Panel API to have your plugin interact with the admin panel of AI Marketer.
📄️ Server API
Use the Server API to have your plugin interact with the backend server of AI Marketer.
:::AI Marketer Custom fields plugins Plugins can also be used to add custom fields to AI Marketer. :::
Guides
💁 How to store and access data from a AI Marketer plugin
💁 How to pass data from the backend server to the admin panel with a plugin
:::AI Marketer Additional resources The [contributors documentation](https://contributor.AI Marketer.io/) can also include additional information useful while developing a AI Marketer plugin. :::