# Infrastructure as Code

WarpStream provides a number of tools to manage clusters using "infrastructure as code":

1. The WarpStream terraform provider.
   1. [Github](https://github.com/warpstreamlabs/terraform-provider-warpstream)
   2. [Docs](https://registry.terraform.io/providers/warpstreamlabs/warpstream/latest/docs)
   3. [Example for managing BYOC clusters along with their topics and configuration](https://github.com/warpstreamlabs/terraform-provider-warpstream/blob/main/examples/byoc-with-topics/main.tf)
2. The [WarpStream Helm Chart](https://github.com/warpstreamlabs/charts/tree/main/charts/warpstream-agent) for clusters deployed in Kubernetes.
3. [Hosted metadata endpoint for BYOC clusters](/warpstream/kafka/configure-kafka-client/administrate-your-byoc-clusters-with-serverless.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.warpstream.com/warpstream/agent-setup/infrastructure-as-code.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.
