> For the complete documentation index, see [llms.txt](https://bluebricks.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluebricks.co/docs/getting-started.md).

# Getting started

- [What is Bluebricks?](https://bluebricks.co/docs/getting-started/building-blocks.md): Learn what Bluebricks is, how the context layer enables safe agentic infrastructure, and how orchestration fits in
- [Quick Start](https://bluebricks.co/docs/getting-started/quick-start.md): Connect your cloud and code, then talk to the Bluebricks agent to discover and manage your infrastructure
- [Connect your Cloud](https://bluebricks.co/docs/getting-started/connect-your-cloud.md): Connect your cloud accounts so Bluebricks can discover your resources and build the context layer that powers the agent
- [Connecting to AWS](https://bluebricks.co/docs/getting-started/connect-your-cloud/how-to-connect-aws.md): Step-by-step guide to connect an AWS account to Bluebricks using a CloudFormation stack
- [Connecting to Azure](https://bluebricks.co/docs/getting-started/connect-your-cloud/how-to-connect-azure.md)
- [Connecting to GCP](https://bluebricks.co/docs/getting-started/connect-your-cloud/how-to-connect-gcp.md): Step-by-step guide to connect a Google Cloud project to a Bluebricks collection, grant discovery permissions, and start cloud resource ingestion
- [Kubernetes Integration](https://bluebricks.co/docs/getting-started/connect-your-cloud/kubernetes-integration.md): How Bluebricks discovers managed Kubernetes clusters through your cloud connections and indexes live cluster state for the agent and context layer.
- [Connect your Code](https://bluebricks.co/docs/getting-started/connect-your-code.md): Connect your infrastructure code repositories so the Bluebricks agent can read your IaC, answer questions about it, and propose changes through pull requests


---

# 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, and the optional `goal` query parameter:

```
GET https://bluebricks.co/docs/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
