.. include:: images.rst .. _plugin-system-label: Plugin system ============= Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work. .. Warning:: There is no vetting process by the Koha community for plugins. Each plugin is maintained and tested by its provider and contributors. Use plugins at your own risk. The plugin system needs to be turned on by a system administrator. .. _setup-plugin-system-label: Set up ------------------------- To set up the Koha plugin system you must first make some changes to your install. - Change 0 to 1 in your koha-conf.xml file - Restart your webserver On the Tools page you will see the Tools Plugins and on the Reports page you will see the Reports Plugins. .. _install-plugin-repository-label: Installing a plugin repository ------------------------------------------------------------------------------- In the koha-conf.xml file, there should be a :code:`` tag. This tag is used to tell Koha in which git repositories to search for plugins. Each individual repository is in a :code:`` tag. Inside this tag are the repository's information. - :code:`` is the name of the company or individual whose repository this is. - :code:`` is the username of the company or individual on the git service. - :code:`` is the git platform used to host the repository. Several repositories are available in the default configuration file. You can uncomment one or all. :: ByWater Solutions bywatersolutions github Theke Solutions thekesolutions gitlab PTFS Europe ptfs-europe github Solutions inLibro inLibro github --> .. _use-plugins-label: Installing and using plugins ------------------------------------------------------------------------------- See the :ref:`plugins section in the administration chapter ` of this manual to learn how to install and use plugins in Koha.