> 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/rabota-s-proektom/publikaciya-razdela/poisk-po-opublikovannym-zakazam.md).

# Поиск по опубликованным заказам

Перейти на страницу заказов можно с любой страницы Платформы, нажав на кнопку **Заказы**.

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

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

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

Фильтрацию можно настроить по 4 параметрам:

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

* Раздел;
* Специализация;
* Вид;
* Сроки выполнения.

Фильтр "Раздел" представляет собой раскрывающийся список с возможность выбора параметра.

<figure><img src="/files/9zwwmbDjVPYr6bViFSmY" alt=""><figcaption></figcaption></figure>

Фильтр "Специализация" предназначен для выбора специализаций, по которой будет вестись поиск заказов.

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

Фильтр "Вид" представляет собой раскрывающийся список с возможность выбора вида проектирования.

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

Фильтр "Сроки выполнения" позволяет сформировать список заказов по желаемому периоду.

После того, как фильтры были настроены, пользователь нажимает на кнопку **Поиск.**

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

На странице будут показаны все совпадения, исходя из настроенных параметров фильтров.

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

Сбросить параметры можно, нажав на кнопку **Сбросить**.

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

Над кнопками: **Поиск** и **Сбросить** представлен счетчик, который передает количество всего созданных заказов и количество новых заказов.

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

Также в заказах можно сделать сортировку по заданным критериям:

* По новизне;
* По стоимости.

<figure><img src="/files/BWbeBKHrb3wEnc8pgRLs" 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/rabota-s-proektom/publikaciya-razdela/poisk-po-opublikovannym-zakazam.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.
