# Structures

There are 3 types of structures in the game.&#x20;

The Storage structure is responsible for storing the goods and giving them out to customers

<div align="center"><figure><img src="/files/ChBSH0EQBhfM5aKFDJtU" alt=""><figcaption><p>bread storage</p></figcaption></figure></div>

The Producer is responsible for producing goods

<div align="center"><figure><img src="/files/0faUpagUWFLlLjCRGuuP" alt=""><figcaption><p>kebab producer</p></figcaption></figure></div>

The Consuming Producer is responsible for producing higher value goods and it requires goods that were produced by another Producer to start working

<div align="left"><figure><img src="/files/MeUGL6VaH3dAGuyFbisd" alt=""><figcaption><p>grape juice consuming producer</p></figcaption></figure></div>


---

# 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.biztycoongame.com/gameplay/structures.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.
