# Managing Infrastructure

- [Day 2 Operations](https://bluebricks.co/docs/managing-infrastructure/managing-infrastructure.md): Update deployed infrastructure by changing blueprint inputs and re-running environments in Bluebricks
- [Scaling Compute Resources](https://bluebricks.co/docs/managing-infrastructure/managing-infrastructure/scaling-compute-resources.md): Update CPU, memory, and VM sizes for deployed workloads by changing blueprint inputs and re-running environments
- [Managing Storage](https://bluebricks.co/docs/managing-infrastructure/managing-infrastructure/managing-storage.md): Resize disks, change disk types, and manage storage for deployed environments by updating blueprint inputs
- [Scaling Kubernetes Clusters](https://bluebricks.co/docs/managing-infrastructure/managing-infrastructure/scaling-kubernetes-clusters.md): Scale Kubernetes cluster nodes, add node pools, and configure autoscaling by updating blueprint inputs and re-running environments
- [Temporary Scaling](https://bluebricks.co/docs/managing-infrastructure/managing-infrastructure/temporary-scaling.md): Scale infrastructure temporarily for testing or load evaluation, then revert or promote the change using Bluebricks environments


---

# 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://bluebricks.co/docs/managing-infrastructure.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.
