> For the complete documentation index, see [llms.txt](https://docs.2040world.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2040world.io/korean/undefined-17.md).

# 게임 내 아이템

다양한 품질의 게임 내 아이템.

**회색 아이템**&#x20;

이는 모든 플레이어가 사용할 수 있는 기본 자원입니다. 그레이 아바타를 포함한 모든 아바타는 게임 세계에서 채굴할 수 있습니다.

**녹색 아이템**&#x20;

이들은 세계에서 찾을 수 있는 자원, 기본 기능을 갖춘 물품, 더 나은 품질의 아이템을 생산하는 데 사용되는 구성 요소입니다.

**파란색 아이템**&#x20;

플레이어들은 게임에서 진화하면서 이와 같은 아이템들뿐만이 아니라 더 높은 풀질의 (보라색 및 주황색) 아이템들의 생산을 가능하게 합니다. 파란색 아이템은 희귀 자원, 기능이 향상된 귀중한 물품, 생산을 위한 부품으로 사용되는 물품입니다.

**보라색 아이템**&#x20;

여기에는 매우 희귀한 자원 (예시: 보라색 조각), 다양한 기능을 가진 매우 귀중한 물품, 도구 생산을 위한 구성 요소가 포함됩니다. 도구는 주황색 품질의 가장 귀중한 게임 내 아이템입니다.


---

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