> 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/docs-edge/using-garden-with.md).

# Using Garden With

- [Containers](https://docs.garden.io/docs-edge/using-garden-with/containers.md)
- [Using Remote Container Builder](https://docs.garden.io/docs-edge/using-garden-with/containers/using-remote-container-builder.md)
- [Building Containers](https://docs.garden.io/docs-edge/using-garden-with/containers/building-containers.md)
- [Kubernetes](https://docs.garden.io/docs-edge/using-garden-with/kubernetes.md)
- [Using Remote Kubernetes](https://docs.garden.io/docs-edge/using-garden-with/kubernetes/remote-kubernetes.md)
- [Using Local Kubernetes](https://docs.garden.io/docs-edge/using-garden-with/kubernetes/local-kubernetes.md)
- [Deploying K8s Resources](https://docs.garden.io/docs-edge/using-garden-with/kubernetes/deploy-k8s-resource.md)
- [Installing Helm charts](https://docs.garden.io/docs-edge/using-garden-with/kubernetes/install-helm-chart.md)
- [Running Tests and Tasks](https://docs.garden.io/docs-edge/using-garden-with/kubernetes/run-tests-and-tasks.md)
- [Terraform](https://docs.garden.io/docs-edge/using-garden-with/terraform.md)
- [Using Terraform](https://docs.garden.io/docs-edge/using-garden-with/terraform/configure-provider.md)
- [Applying Terrform Stacks](https://docs.garden.io/docs-edge/using-garden-with/terraform/actions.md)
- [Pulumi](https://docs.garden.io/docs-edge/using-garden-with/pulumi.md)
- [Using Pulumi](https://docs.garden.io/docs-edge/using-garden-with/pulumi/configure-provider.md)
- [Applying Pulumi Stacks](https://docs.garden.io/docs-edge/using-garden-with/pulumi/actions.md)
- [Local Scripts](https://docs.garden.io/docs-edge/using-garden-with/local-scripts.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/docs-edge/using-garden-with.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.
