# Організаційне

- [Ш++ IDE](https://shpp.gitbook.io/zero/arrangements/sh++-ide.md)
- [Підтримка від Ш++](https://shpp.gitbook.io/zero/arrangements/support.md)
- [Що робити, якщо застрягли](https://shpp.gitbook.io/zero/arrangements/sho-robiti-yaksho-zastryagli.md)
- [Логування](https://shpp.gitbook.io/zero/arrangements/logging.md): Як шукати помилки у програмі та/або зрозуміти, як працює якась незрозуміла штука
- [Стиль коду](https://shpp.gitbook.io/zero/arrangements/codestyle.md)
- [Рев'ю](https://shpp.gitbook.io/zero/arrangements/review.md)
- [Pastebin](https://shpp.gitbook.io/zero/arrangements/pastebin.md)
- [Чому списувати погано](https://shpp.gitbook.io/zero/arrangements/plagiarism.md): Підглядання чужого коду до того, як вирішите задачу самотужки — може вам нашкодити
- [Про вступне тестування](https://shpp.gitbook.io/zero/arrangements/p2p-cs-entrytest.md)
- [Про код в чатах Discord](https://shpp.gitbook.io/zero/arrangements/code-in-discord.md)
- [Найчастіші проблеми](https://shpp.gitbook.io/zero/arrangements/problem-solving.md): Та їх рішення :)


---

# 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://shpp.gitbook.io/zero/arrangements.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.
