> For the complete documentation index, see [llms.txt](https://projects.itproduct.ru/azimut/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://projects.itproduct.ru/azimut/koncepciya/podsistemy.md).

# Подсистемы

В большом проекте всегда много объектов. Разных сущностей, представлений, выборок, визардов, разметок форм, отчетов... И чтобы не запутаться их следует раскладывать по подсистемам. Например подсистема работы с заявками, со складом, с сотрудниками, с зарплатой и т.д.

Если взглянуть на дерево объектов какого-нибудь проекта, можно заметить что все объекты разложены по "папкам" своих подсистем.

![](/files/-Lq04LWY_r3gty_xmBzu)

Они отображаются жирным шрифтом. А также для каждой подсистемы можно задать свой цвет. Это довольно удобно. Особенно когда вы работаете над какой-то одной подсистемой, она всегда будет бросаться в глаза за счет своего цвета.

Подсистемы настраиваются в объекте Проект.

![](/files/-Lq054PvSrMtxPw1yWTw)


---

# 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:

```
GET https://projects.itproduct.ru/azimut/koncepciya/podsistemy.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.
