# Your First Project

This tutorial walks you through the steps of adding Garden to a project. Our [example project](https://github.com/garden-io/web-app-example) is a three-tier web app that we'll be deploying to Kubernetes.

In the tutorial we'll:

1. [Create a Garden project](https://docs.garden.io/tutorials/your-first-project/1-initialize-a-project)
2. [Pick our Kubernetes plugin and set it up](https://docs.garden.io/tutorials/your-first-project/2-connect-to-a-cluster)
3. [Add actions to the project](https://docs.garden.io/tutorials/your-first-project/3-add-actions)
4. [Add tests to the project](https://docs.garden.io/tutorials/your-first-project/4-testing)
5. [Enable code syncing](https://docs.garden.io/tutorials/your-first-project/5-code-syncing)
6. [...and discuss next steps](https://docs.garden.io/tutorials/your-first-project/6-configure-your-project)

### Requirements

* You'll need to have Garden installed to follow along with this guide. You'll find the instructions in our [Quickstart guide](https://docs.garden.io/getting-started/quickstart).
* We also recommend quickly reading the [Garden Basics](https://docs.garden.io/getting-started/basics) page before carrying on.

Once you've done that, head on over to the [next page](https://docs.garden.io/tutorials/your-first-project/1-initialize-a-project)!


---

# 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/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.
