# Next Steps

Congratulations!  Did you finish this guide in less than 60 minutes?  If you did please leave us some great feedback below.  If you didn't, then please do tell us why, we would love to improve our guides.

You can now move on to the next level in becoming a ColdBox Guru! Choose your path below:

* [Learn about HMVC via ColdBox Modules](/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/modules.md)
* [Learn about Dependency Injection](https://wirebox.ortusbooks.com)
* [Learn about Caching](https://cachebox.ortusbooks.com)
* [Learn about Logging](https://logbox.ortusbooks.com)
* [Learn about Testing](https://testbox.ortusbooks.com)

### Getting Help

If you run into issues or just have questions, please jump on our [ColdBox Google Group](https://groups.google.com/forum/#!forum/coldbox) and our [Slack team](http://boxteam.herokuapp.com/) and ask away.

ColdBox is Professional Open Source under the Apache 2.0 license. We'd love to have your help with the product.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coldbox.ortusbooks.com/v6.x/for-newbies/60-minute-quick-start/next-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
