# Документация по разработке 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/rossiya/dokumentaciya-po-razrabotke-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.
