> For the complete documentation index, see [llms.txt](https://wiki.pirs.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pirs.online/panel-upravleniya/prosmotr-zayavok-i-zadach-po-razdelu.md).

# Просмотр заявок и задач по разделу

Навигация "Задачи" может быть выделена желтым цветом. Это означает, что в проекте имеются невыполненные задачи или необработанные заявки.

Кликнув на строку с названием раздела, пользователь переходит в блок *Задачи*.

<figure><img src="/files/Fk8nBKvjrVljhypBQRK6" alt=""><figcaption></figcaption></figure>

Блок Задачи поделен на две части.

В левой части указаны разделы с счетчиками имеющихся задач.

Также указаны сроки выполнения, исполнитель, форма собственности исполнителя, стоимость работ, наличие или отсутствие безопасной сделки.

<figure><img src="/files/uwqvbNp8DHO4T8ZLPocL" alt=""><figcaption></figcaption></figure>

В правой части указаны папки со счетчиками заданий, которые разделены на:

* Входящие задания
* Исходящие задания
* Проверка документации
* Задачи

<figure><img src="/files/yEixBJLVRMMMaFoNVJIW" alt=""><figcaption></figcaption></figure>

Открыть список заданий можно, нажав на стрелочку.

<figure><img src="/files/x5gf4XQbyDBCtsk3u8ya" alt=""><figcaption></figcaption></figure>

Чтобы перейти в раздел, нужно нажать на иконку стрелочки.

<figure><img src="/files/cnJNMmjypDDA1OT0uiwE" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.pirs.online/panel-upravleniya/prosmotr-zayavok-i-zadach-po-razdelu.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.
