> For the complete documentation index, see [llms.txt](https://wiki.craftopia.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftopia.work/undefined-2/ranks.md).

# 등급·권한

활동·기여에 따라 등급이 부여되며, 등급에 따라 월드 클라우드 용량과 권한이 달라집니다. Discord 역할과도 동기화됩니다.

| 등급              | 클라우드 용량(상한) | 설명              |
| --------------- | ----------- | --------------- |
| 일반 (builder)    | 1GB         | 기본 건축 이용자       |
| 크리에이터 (creator) | 5GB         | 포트폴리오·창작 활동 이용자 |
| 공식 (official)   | 50GB        | 공식 인증 크리에이터     |
| 운영 (admin)      | 무제한         | 서버 운영진          |

{% hint style="info" %}
용량·권한 정책은 운영 상황에 따라 조정될 수 있습니다.
{% endhint %}


---

# 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://wiki.craftopia.work/undefined-2/ranks.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.
