These docs are for v0.1.0. Click to read the latest docs for v1.0.0.

A plugin is a small web application that can communicate with Front using a Javascript API. It allows you to extend Front with new features, making it possible to connect it with other tools you use and optimize the workflow of your team.

Common use cases of plugins include:

  • Link or create entities in a CRM, a knowledge base, or any other tool
  • Show additional data about your customers that you can pull from your backend, your knowledge, or any other source
  • Take actions directly inside Front on behalf of a user so you can automate a workflow
2720