# Guides

- [Connecting a Project](https://docs.garden.io/edge-release/guides/connecting-project.md)
- [Environments and Namespaces](https://docs.garden.io/edge-release/guides/namespaces.md)
- [Installing Garden](https://docs.garden.io/edge-release/guides/installation.md)
- [Including/Excluding files](https://docs.garden.io/edge-release/guides/include-exclude.md)
- [Installing Local Kubernetes](https://docs.garden.io/edge-release/guides/install-local-kubernetes.md)
- [Migrating from Docker Compose to Garden](https://docs.garden.io/edge-release/guides/migrating-from-docker-compose.md)
- [Using the CLI](https://docs.garden.io/edge-release/guides/using-the-cli.md)
- [Using Garden in CircleCI](https://docs.garden.io/edge-release/guides/using-garden-in-circleci.md)
- [Minimal RBAC Configuration for Development Clusters](https://docs.garden.io/edge-release/guides/rbac-config.md)
- [Deploying to Production](https://docs.garden.io/edge-release/guides/deploying-to-production.md)
- [Using a Registry Mirror](https://docs.garden.io/edge-release/guides/registry-mirror.md)


---

# 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/edge-release/guides.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.
