> 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/bonsai-0.13/welcome.md).

# Welcome to Garden!

Garden lets you spin up **production-like environments** for development, testing, and CI **on demand**. It enables teams to use the **same configuration** and workflows for **every stage of software delivery**—and dramatically **speeds up builds and test runs** via smart caching.

You can get started in minutes with the new [Garden dashboard](https://app.garden.io)! Just click the link and follow the interactive guide to deploy your first example project with Garden.

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!

### Overview

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How Garden Works</strong></td><td>A quick introduction to the how and why of Garden</td><td><a href="/pages/0jzGRjvA11Qgrpvr6kFK">/pages/0jzGRjvA11Qgrpvr6kFK</a></td></tr><tr><td><strong>Garden vs Other Tools</strong></td><td>The cloud native tooling space is complex—learn where Garden fits in</td><td><a href="/pages/u6hQCf3Y2c1u5EgR1Hmy">/pages/u6hQCf3Y2c1u5EgR1Hmy</a></td></tr><tr><td><strong>Adopting Garden</strong></td><td>A high level overview of how teams typically adopt and roll out Garden</td><td><a href="/pages/XlLxCfxMlhWb4n8uK8Pg">/pages/XlLxCfxMlhWb4n8uK8Pg</a></td></tr></tbody></table>

### Getting Started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart</strong></td><td>Get started with Garden in less than 5 minutes using our example project</td><td><a href="/pages/rJO5h2gVtZg0zqSGbQqa">/pages/rJO5h2gVtZg0zqSGbQqa</a></td></tr><tr><td>"<strong>First Project" Tutorial</strong></td><td>This tutorial walks through the step-by-step process of configuring your first Garden project</td><td><a href="/pages/MTC1KKyfN8VJQmktSS37">/pages/MTC1KKyfN8VJQmktSS37</a></td></tr><tr><td><strong>Next Steps</strong></td><td>Once you've kicked the tires with our quickstart example, come here to learn how to add Garden to your own project</td><td><a href="/pages/FDBmi5KAaUPtcFEcmZ0I">/pages/FDBmi5KAaUPtcFEcmZ0I</a></td></tr></tbody></table>

### Using Garden

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Configuration Overview</strong></td><td>An introduction to how Garden projects are configured</td><td><a href="/pages/xBI04dXpx9XmYfHQelTd">/pages/xBI04dXpx9XmYfHQelTd</a></td></tr><tr><td><strong>Kubernetes Plugins</strong></td><td>Most users come to Garden for our K8s plugins, here you learn how to set them up</td><td><a href="/pages/DE2QIwfTX8NTAaRLH5Or">/pages/DE2QIwfTX8NTAaRLH5Or</a></td></tr><tr><td><strong>Reference docs</strong></td><td>The pages in this section container reference docs for different plugins and actions types</td><td><a href="/pages/IVhQWsKRKjv6ABxrFLxq">/pages/IVhQWsKRKjv6ABxrFLxq</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.garden.io/bonsai-0.13/welcome.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.
