# 6. Next Steps

And that's a wrap!

With the example project all set, you can start thinking about your own project. The steps will be similar, and some work you won't need to repeat.

Garden is a powerful and flexible tool, and there are several things to learn along the way. We recommend the following to get going:

1. Place the project configuration you created for the example, which will already be configured to connect to your cluster, in your own project root.
2. Go through the [Using Garden](https://github.com/garden-io/garden/blob/latest-release/docs/using-garden/README.md) documentation section. This will cover all the key concepts, and introduce all the moving parts, including the different action kinds and types that Garden supports.
3. Check out the [Adopting Garden](/bonsai-0.13/overview/adopting-garden.md) to learn how teams typically adopt Garden.
4. Have a look at the [examples](https://github.com/garden-io/garden/blob/latest-release/examples/README.md) folder in the Garden repository, which offers several usage examples that you can refer to while building out your project.
5. Configure *your* actions, get them building and deploying.
6. Add more environments. Garden works great in CI and in fact that's often the starting point for many teams. Take a look at our [guide on environments and namespaces](/bonsai-0.13/guides/namespaces.md) to learn more.

In summary, **gradually put all the pieces together**, learn the details as you go, and use more and more features as you get comfortable.

For a large, complex project, it might be good to start with a subset of it, so that you can start getting value out of Garden quickly.

Whatever your setup is, we're sure you'll be rewarded with an elegant, productive setup for testing and developing your system!

And if there's something you can't find in our docs, we happily encourage you to [join our Discord community](https://discord.gg/FrmhuUjFs6) and/or file an issue on [our GitHub repo](https://github.com/garden-io/garden). We're more than happy to help!


---

# 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://docs.garden.io/bonsai-0.13/tutorials/your-first-project/6-configure-your-project.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.
