# PSC 개발 문서

이 문서는 PSC 구축을 돕기 위해 작성되었습니다. 개념적 수준에서 PSC의 기술 스택을 설명하고 PSC의 보다 복잡한 응용 프로그램과 사용 사례를 문서화합니다.

오픈 소스 커뮤니티의 노력을 기반으로 항상 새로운 주제를 제안하고, 새로운 콘텐츠를 추가하고, 유용하다고 생각되는 사례를 제공할 수 있습니다.

### **개발 단위** <a href="#development-modules" id="development-modules"></a>

PolySmartChain 개발을 처음 시도하는 경우 처음부터 책을 읽는 것처럼 열심히 공부하는 것이 좋습니다.


---

# 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.polysmartchain.com/undefined/psc.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.
