# How-to guides

Learn how to extend Grafana plugins with additional functionality and capabilities with short guides.

* [Add anonymous usage reporting](https://grafana.com/developers/plugin-tools/how-to-guides/add-anonymous-usage-reporting.md)How to add anonymous usage tracking to your Grafana plugin.
* [Add user storage to your plugin](https://grafana.com/developers/plugin-tools/how-to-guides/add-user-storage.md)How to add individual user storage to your plugin.
* [Extend default configurations](https://grafana.com/developers/plugin-tools/how-to-guides/extend-configurations.md)Extend your development environment tooling configuration (webpack, eslint, prettier, jest)
* [Translate your plugin](https://grafana.com/developers/plugin-tools/how-to-guides/plugin-internationalization.md)Translate your plugins
* [Manage backwards compatibility with runtime checks](https://grafana.com/developers/plugin-tools/how-to-guides/runtime-checks.md)How to manage backwards compatibility with runtime checks.
* [Automate your plugin updates](https://grafana.com/developers/plugin-tools/how-to-guides/updating-a-plugin.md)Learn how to use create-plugin update to automatically update configuration files, workflows, and dependencies.
* [Debug plugins with React tools](https://grafana.com/developers/plugin-tools/how-to-guides/debugging-plugins.md)How to debug your React-based Grafana Plugin.

note

If you have any questions reach out to the [Grafana Community forum](https://community.grafana.com/) and the [Community Slack](https://slack.grafana.com/).
