# Companies

Companies are the main instruments for materializing any resource or product in the game. Generally speaking, there are two groups of companies: resource group and products group. All companies have 5 levels for upgrading. Every company level adds an additional work slot for a new employee and their security status is increased.

### Resource Group Company:

Certain resources need certain factories, placed at certain locations where that resource is present. Example: If a player wants to produce Wood, they need a Wood factory, which must be built in a hexagon which has the Wood resource in it.

![Resources group company scheme](/files/-Mj4_42I2O8HrdlW7U-5)

### Product Group Company:

The main difference between what resource and product companies produce, is that instead of using natural resources as inputs, a product company uses already harvested or extracted raw materials, that must be present in a company warehouse for the production to happen.

![Products group company scheme](/files/-Mj4_aSa7x3ln0rhyofL)


---

# 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://whitepaper.ertha.io/ertha-whitepaper/game-mechanics/companies.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.
