> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/contributor/contributor-ko/contributor-guides/contributor-guides.md).

# 개요

이 섹션에는 Decentraland 서비스에 대한 기여자 가이드와 모범 사례가 포함되어 있습니다. 이 가이드들은 모든 프로젝트에서 일관성, 품질, 유지보수성을 보장합니다.

## 섹션

* [API 문서](/contributor/contributor-ko/contributor-guides/api-documentation.md) - 서비스 API를 문서화하고 게시하기 위한 OpenAPI 표준
* [테스트 표준](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/testing-standards/README.md) - 다양한 유형의 애플리케이션과 서비스 전반에서 테스트를 작성하기 위한 종합 지침
* [잘 알려진 구성 요소](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/well-known-components/README.md) - WKC 아키텍처를 사용하여 모듈식이고 테스트 가능한 서비스를 구축하기 위한 표준
* [UI 표준](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/ui-standards/README.md) - 현대적인 React 애플리케이션을 구축하기 위한 Redux Toolkit 및 RTK Query 패턴
* [웹 UI 표준](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/web-ui-standards/README.md) - UI2, Material UI, 그리고 Decentraland 디자인 시스템을 사용하는 컴포넌트 라이브러리 표준

## 이 표준에 대해

이 표준에서 키워드 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", 그리고 "OPTIONAL"은 [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).


---

# 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.decentraland.org/contributor/contributor-ko/contributor-guides/contributor-guides.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.
