github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/intro/getting-started/next.html.markdown (about) 1 --- 2 layout: "intro" 3 page_title: "Next Steps" 4 description: |- 5 That concludes the getting started guide for Packer. You should now be comfortable with basic Packer usage, should understand templates, defining builds, provisioners, etc. At this point you're ready to begin playing with and using Packer in real scenarios. 6 --- 7 8 # Next Steps 9 10 That concludes the getting started guide for Packer. You should now be comfortable 11 with basic Packer usage, should understand templates, defining builds, provisioners, 12 etc. At this point you're ready to begin playing with and using Packer 13 in real scenarios. 14 15 From this point forward, the most important reference for you will be 16 the [documentation](/docs). The documentation is less of a guide and 17 more of a reference of all the overall features and options of Packer. 18 19 If you're interested in learning more about how Packer fits into the 20 HashiCorp ecosystem of tools, read our [Atlas getting started overview](https://atlas.hashicorp.com/help/getting-started/getting-started-overview). 21 22 As you use Packer more, please voice your comments and concerns on 23 the [mailing list or IRC](/community). Additionally, Packer is 24 [open source](https://github.com/mitchellh/packer) so please contribute 25 if you'd like to. Contributions are very welcome.