# Production Mechanics

Every product that exists in the game has to go through a production process. Products can't just appear out of thin air.&#x20;

Production mechanics define how products in-game (food, weapons, armor, etc) are created. From the production perspective, there are two groups of products which differ by production process.&#x20;

In order to produce any product, a player must have access to a specific technology (blueprint), own factory machinery (company), have access to natural resources or have enough raw materials/stock, and last but not least, employ skilled employees.

### Blueprints

Every product in the game has its own recipe (blueprint). Blueprints are the detailed lists of necessary resources, materials, skills and energy that are needed to produce a product. Natural resources are needed to make materials which themselves are needed to produce a product.&#x20;

There are several ways of obtaining blueprints. Since all products have different technological levels assigned to them, access to higher level product blueprints is granted to citizens when they raise their country's industry level to the required one. If the industry level drops, only those who have the blueprints personally will be able to produce the products of higher technological level.&#x20;

Blueprints for personal and constant access to them are obtained as rewards from various in game activities, and from the market for in-game currency or game tokens.

### **Resources**

All NFT Land HEXs in the game are filled with various resources. There are two types of resources: common and exclusive. All countries have all the generic resources and there is only one out of three exclusive resources for each country. Every country should seek a well balanced gathering of resources in order to achieve the maximum efficiency in production.

###


---

# 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/production-mechanics.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.
