> For the complete documentation index, see [llms.txt](https://robohero.gitbook.io/robohero-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robohero.gitbook.io/robohero-wiki/command-center/gameplay/buildings.md).

# Buildings

Buildings are a feature present on every map and in every gameplay mode in RoboHero, with the exception of special events.

* **Presence on Map:** Typically, a map contains up to 10 buildings as a standard feature.
* **Interaction:** Buildings can be attacked by players. Successfully attacking a building results in its capture.
* **Benefits of Capture:** Capturing a building reveals a area around building and grants specific bonuses to the player, enhancing their strategic advantages during gameplay.

This system of building interaction adds another layer of strategy to RoboHero, encouraging players to balance offense and defense while managing resources and positions to gain these crucial bonuses.

<table data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Offensive Buildings</td><td></td><td></td><td><a href="/files/lAIlkLCAQaITd8Oh8ycX">/files/lAIlkLCAQaITd8Oh8ycX</a></td><td><a href="/pages/xAImoSqpOXrslpIBvqJH">/pages/xAImoSqpOXrslpIBvqJH</a></td></tr><tr><td>Supportive Buildings</td><td></td><td></td><td><a href="/files/330iiD7TWBYfVQMCNSPL">/files/330iiD7TWBYfVQMCNSPL</a></td><td><a href="/pages/Kz4JGMwrII1hSjRmEEXz">/pages/Kz4JGMwrII1hSjRmEEXz</a></td></tr><tr><td>Defensive Buildings</td><td></td><td></td><td><a href="/files/64GSSEON1sV3mj3XJiNN">/files/64GSSEON1sV3mj3XJiNN</a></td><td><a href="/pages/JeCt0BbCexZFn7Cw21Cg">/pages/JeCt0BbCexZFn7Cw21Cg</a></td></tr></tbody></table>

[← Back to Gameplay](/robohero-wiki/command-center/gameplay.md)


---

# 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://robohero.gitbook.io/robohero-wiki/command-center/gameplay/buildings.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.
