# Getting started with Backstage ## Creating a Plugin The value of Backstage grows with every new plugin that gets added. Here is a collection of tutorials that will guide you through setting up and extending an instance of Backstage with your own plugins. - [Development Environment](development-environment.md) - [Create a Backstage plugin](create-a-plugin.md) - [Structure of a plugin](structure-of-a-plugin.md) - [Utility APIs](utility-apis.md) - Using Backstage components (TODO) [Back to Docs](../README.md)