> For the complete documentation index, see [llms.txt](https://engine.place.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engine.place.technology/key-concepts/drivers.md).

# Drivers

*Drivers* are an open plugin system. They provide the ability to either:

* **communicate** with external systems, hardware, or other software platforms (*device* and *service* drivers), or
* **coordinate** actions across modules and build complex behaviours (*logic* drivers).

![Drivers either communicate or coordinate.](/files/-LeK5oo5NehpRAF1MLPe)

All drivers, regardless of type, must be instantiated as [modules](/key-concepts/modules.md) before they can be used.
