# Next steps

Description: Hardhat 3 plugin tutorial - Next steps

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/plugin-development/tutorial/next-steps.mdx

Congratulations, you have built your first Hardhat 3 plugin!

Here are some things you can do next:

- [Use dependencies in your plugin](/docs/plugin-development/guides/dependencies) to build on top of other plugins.

- [Publish your plugin](/docs/plugin-development/guides/publishing) to share it with the community.

- [Learn more about how to write integration tests for plugins](/docs/plugin-development/guides/integration-tests) to ensure they work correctly.

- Read the explanations section for a deeper understanding of the plugin system.

- Join the [Hardhat 3 plugin authors Telegram group](/plugin-authors-group) to ask questions and share your experiences.
