> For the complete documentation index, see [llms.txt](https://docs.garden.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.garden.io/acorn-0.12/welcome.md).

# Welcome!

Welcome to the official Garden documentation site 👋

Here you'll find (hopefully) everything you need to know on how to set up and use Garden for your development and testing workflows.

**If you're new to Garden and are working on setting up your project**, we recommend the following:

* Start by going through our [Quickstart Guide](/acorn-0.12/basics/quickstart.md). This will give you a basic overview of Garden's main features.
* Next, go through the [Your First Project tutorial](/acorn-0.12/tutorials/your-first-project.md). This tutorial helps you create configuration for an example project that you can then apply to your own. And if you get stuck, don't hesitate to reach out to our [our Discord community](https://discord.gg/FrmhuUjFs6).
* Finally, check-out our [Adopting Garden guide](/acorn-0.12/guides/adopting-garden.md) which gives you a high-level overview of how to adopt Garden and roll it out to your team.

**If your team has already set up a project for Garden**, and you just need to learn how to use the Garden CLI, you may find it helpful to skip straight to the [Installation](/acorn-0.12/basics/quickstart.md#step-1-install-garden) and [Using the CLI](/acorn-0.12/using-garden/using-the-cli.md) guides, but we do still recommend learning [How Garden Works](/acorn-0.12/basics/how-garden-works.md) and about [The Stack Graph and the general terminology](/acorn-0.12/basics/stack-graph.md).

**If you need help as an open source user**, please get in touch via [our Discord community](https://discord.gg/FrmhuUjFs6). Our team monitors it closely, and we encourage you to reach out with questions about Garden.

**If you'd like to learn more about Garden Cloud**, please see [our website](https://garden.io/plans).

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.garden.io/acorn-0.12/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
