# 생산

2040WORLD에서는 게임 내 아이템의 95% 이상이 생산 시설에서 제작됩니다. 아이템을 생성하려면 플레이어는 스테이션에서 얻은 자원이 필요합니다.

각 산업은 자체 생산 건물로 대표됩니다. 동시에 모든 산업은 서로 연결되어 있어 다른 산업의 상품에 대한 수요가 보장됩니다. 플레이어는 생산 시설을 구입하고 소유자가 되어 판매할 상품을 만들고 가격을 설정하여 임대할 수 있습니다. 이 모든 것으로부터 소득이 발생하지만 특정 비용 또한 수반됩니다.

각 생산섹션에는 작업자를 정의하는 특별한 Uptime 매개변수가 있습니다. 생산 건물의 소유자가 더 많은 주문을 받을수록 이 매개변수가 높아져 이익이 높아집니다. Uptime는 매개변수는 프로젝트 청중의 증가에 따라 증가합니다.

희귀하고 귀중한 아이템에 접근하려면 플레이어는 생산 능력을 개발해야 합니다.


---

# 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.2040world.io/korean/undefined-8.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.
