# βοΈ Available Plugins
Voxable CLI plugins extend the functionality of the command-line interface.
- The Bespoken plugin transforms your Voxable designs into automated tests.
- The Colang plugin transforms Voxable designs into a Colang specification ready for use in the Colang playground.
To install the Bespoken plugin, run the following command:
$ voxable plugins:install bespoken
This will allow you to export a Voxable project's data and transform it into Bespoken tests (opens new window).