> For the complete documentation index, see [llms.txt](https://enterprise-v1.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://enterprise-v1.docs.garden.io/welcome.md).

# Welcome!

Welcome to the official Garden Cloud and Garden Enterprise documentation site 👋

Garden Cloud and Garden Enterprise are distributions of the same application. On this site, you'll hopefully find everything you need to use either product. We'll generally refer to the application as Garden Cloud.

**If you're looking for the documentation for Garden Core, the open source companion to Garden Cloud, you'll find them** [**here**](https://docs.garden.io)**.**

In the following pages, we'll assume you already have access to a Garden Cloud instance or that you have a Garden Enterprise license. If not, head to our [website](https://garden.io) to request access.

Here's a rundown of the different sections (the section links point to the first page of each section):

| Section                                                   | Description                                                                                                                                |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| [**Getting Started**](/getting-started/first-project.md)  | Get started with Garden Cloud and learn about key features.                                                                                |
| [**Features**](/features/live-mode.md)                    | In-depth descriptions of features and how to use them.                                                                                     |
| [**Guides**](/guides/github.md)                           | Guides for setting things up and advanced use cases.                                                                                       |
| [**Enterprise**](/enterprise-self-hosted/requirements.md) | Garden Enterprise-specific deployment and operation guides.                                                                                |
| [**Misc**](/misc/faq.md)                                  | Our [FAQ](/misc/faq.md) and [troubleshooting guide](/misc/troubleshooting.md) here, and anything else we couldn't fit into other sections. |


---

# 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://enterprise-v1.docs.garden.io/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.
