docs/developer/extensions.md
Extensions are an advanced way to change how Agent Zero behaves.
If you are new, start with plugins instead. Plugins are easier to create, test, disable, and remove.
Architecture details, extension points, and source-linked explanations now live in DeepWiki for Agent Zero. This local page stays short on purpose.
| Goal | Start here |
|---|---|
| Add a small user-facing feature | Create a Small Plugin |
| Change agent behavior for a project | Projects |
| Create a specialized agent style | Agent Profiles |
| Study extension internals | DeepWiki |
Use an extension only when a normal plugin, project instruction, skill, or agent profile is not enough.
Good extension candidates:
Avoid extensions for simple UI changes, one-off scripts, or work that should be easy to remove. A plugin is usually the cleaner home for that.
Keep extension changes small and easy to explain. If a reader needs the full architecture to understand why the extension exists, link to the relevant DeepWiki page instead of copying the architecture into this repository.