> 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/tutorials/your-first-project.md).

# Your First Project

This tutorial walks you through the first few steps of getting started with Garden using one of the Kubernetes plugins (local or remote).

We'll go through:

1. [Initializing a simple example project](/acorn-0.12/tutorials/your-first-project/1-initialize-a-project.md)
2. [Connecting to a Kubernetes cluster](/acorn-0.12/tutorials/your-first-project/2-connect-to-a-cluster.md)
3. [Deploying and testing the project](/acorn-0.12/tutorials/your-first-project/3-deploy-and-test.md)
4. How you can go from there and [configure your own project](/acorn-0.12/tutorials/your-first-project/4-configure-your-project.md)

You'll need to have Garden installed to follow along with this guide. You'll find the instructions in our [Quickstart uigde](/acorn-0.12/basics/quickstart.md).

We also recommend quickly reading the [How Garden Works](/acorn-0.12/basics/how-garden-works.md) page before carrying on.

Once you've done that, head on over to the [next page](/acorn-0.12/tutorials/your-first-project/1-initialize-a-project.md)!


---

# 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/acorn-0.12/tutorials/your-first-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.
