Integrate plugins

I have started with Kirby and would like to know how to integrate plugins into Kirby? Is it possible to do this via the backend?

Thanks for any help!
Best regards
Denise

Hey and welcome to Kirby & the community.

There are several ways to install plugins, but not via the Panel/backend.

  • manually putting a plugin into the /site/plugins folder
  • install via Composer
  • install with Git, e.g. as Git submodule

Each plugin usually comes with installation instructions.