# Reference

- [Providers](https://docs.garden.io/acorn-0.12/reference/providers.md)
- [conftest-container](https://docs.garden.io/acorn-0.12/reference/providers/conftest-container.md)
- [conftest-kubernetes](https://docs.garden.io/acorn-0.12/reference/providers/conftest-kubernetes.md)
- [conftest](https://docs.garden.io/acorn-0.12/reference/providers/conftest.md)
- [container](https://docs.garden.io/acorn-0.12/reference/providers/container.md)
- [exec](https://docs.garden.io/acorn-0.12/reference/providers/exec.md)
- [hadolint](https://docs.garden.io/acorn-0.12/reference/providers/hadolint.md)
- [jib](https://docs.garden.io/acorn-0.12/reference/providers/jib.md)
- [kubernetes](https://docs.garden.io/acorn-0.12/reference/providers/kubernetes.md)
- [local-kubernetes](https://docs.garden.io/acorn-0.12/reference/providers/local-kubernetes.md)
- [maven-container](https://docs.garden.io/acorn-0.12/reference/providers/maven-container.md)
- [octant](https://docs.garden.io/acorn-0.12/reference/providers/octant.md)
- [openfaas](https://docs.garden.io/acorn-0.12/reference/providers/openfaas.md)
- [pulumi](https://docs.garden.io/acorn-0.12/reference/providers/pulumi.md)
- [terraform](https://docs.garden.io/acorn-0.12/reference/providers/terraform.md)
- [Module Types](https://docs.garden.io/acorn-0.12/reference/module-types.md)
- [configmap](https://docs.garden.io/acorn-0.12/reference/module-types/configmap.md)
- [conftest](https://docs.garden.io/acorn-0.12/reference/module-types/conftest.md)
- [container](https://docs.garden.io/acorn-0.12/reference/module-types/container.md)
- [exec](https://docs.garden.io/acorn-0.12/reference/module-types/exec.md)
- [hadolint](https://docs.garden.io/acorn-0.12/reference/module-types/hadolint.md)
- [helm](https://docs.garden.io/acorn-0.12/reference/module-types/helm.md)
- [jib-container](https://docs.garden.io/acorn-0.12/reference/module-types/jib-container.md)
- [kubernetes](https://docs.garden.io/acorn-0.12/reference/module-types/kubernetes.md)
- [maven-container](https://docs.garden.io/acorn-0.12/reference/module-types/maven-container.md)
- [openfaas](https://docs.garden.io/acorn-0.12/reference/module-types/openfaas.md)
- [persistentvolumeclaim](https://docs.garden.io/acorn-0.12/reference/module-types/persistentvolumeclaim.md)
- [pulumi](https://docs.garden.io/acorn-0.12/reference/module-types/pulumi.md)
- [templated](https://docs.garden.io/acorn-0.12/reference/module-types/templated.md)
- [terraform](https://docs.garden.io/acorn-0.12/reference/module-types/terraform.md)
- [Template Strings](https://docs.garden.io/acorn-0.12/reference/template-strings.md)
- [Project configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/projects.md)
- [Environment configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/environments.md)
- [Provider configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/providers.md)
- [Module configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/modules.md)
- [Remote Source configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/remote-sources.md)
- [Project Output configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/project-outputs.md)
- [Custom Command configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/custom-commands.md)
- [Workflow configuration context](https://docs.garden.io/acorn-0.12/reference/template-strings/workflows.md)
- [Template Helper Functions](https://docs.garden.io/acorn-0.12/reference/template-strings/functions.md)
- [Glossary](https://docs.garden.io/acorn-0.12/reference/glossary.md)
- [Commands](https://docs.garden.io/acorn-0.12/reference/commands.md)
- [Project Configuration](https://docs.garden.io/acorn-0.12/reference/project-config.md)
- [Module Template Configuration](https://docs.garden.io/acorn-0.12/reference/module-template-config.md)
- [Workflow Configuration](https://docs.garden.io/acorn-0.12/reference/workflow-config.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/acorn-0.12/reference.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.
