# Agent

- [Agent Overview](https://bluebricks.co/docs/agent/agents-overview.md): How the Bluebricks agent uses the context layer to discover, secure, and manage your infrastructure
- [Codifying Infrastructure](https://bluebricks.co/docs/agent/codifying-infrastructure.md): Import unmanaged cloud resources into infrastructure code through the Bluebricks agent
- [Agent Governance](https://bluebricks.co/docs/agent/governance.md): How approval flows, collection policies, and role-based access control work when managing infrastructure through the agent
- [Reading a Bluebricks PR](https://bluebricks.co/docs/agent/reading-a-bluebricks-pr.md): Understand the structured PR format that the Bluebricks agent uses when opening pull requests for infrastructure changes
- [Tips for Working with the Agent](https://bluebricks.co/docs/agent/prompting-best-practices.md): How to write effective prompts for the Bluebricks agent


---

# 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/agent.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.
