> For the complete documentation index, see [llms.txt](https://docs.npck.kz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.npck.kz/registraciya-i-avtorizaciya/5.-podacha-zayavki-na-podklyuchenie-k-servisam/5.1-podklyuchenie-k-coid.md).

# 5.1 Подключение к ЦОИД

Раздел "Подключиться к ЦОИД"предназначен для подачи заявки на подключение к сервисам ЦОИД и просмотра статуса поданной заявки.

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

Главная страница раздела "Подключиться к ЦОИД" содержит:

1. Список заявок – при нажатии на заявку открывается форма просмотра данных заявки.&#x20;

> Заявки могут быть в статусе:
>
> * <mark style="color:orange;">черновик</mark> – заявка не была подана, доступно ее редактирование и отправка;
> * <mark style="color:orange;">в работе</mark> – заявка находится на рассмотрении в АО "НПК";
> * <mark style="color:orange;">одобрена</mark> – заявка успешно  одобрена;
> * <mark style="color:orange;">отказ</mark> – заявка отклонена, причина отказа указывается в данных заявки. Необходимо подать новую заявку, внеся необходимые корректировки.

2. Кнопку <*Подать заявку*> - при нажатии на которую открывается форма подачи заявки.

{% hint style="success" %}
Если была подана и успешно одобрена заявка на  подключение к ЦОИД, то кнопка <Подать заявку> не отображается.
{% endhint %}

<details>

<summary>Подача заявки на подключение к ЦОИД</summary>

Для того, чтобы подать заявку необходимо выполнить следующие действия:

1. Нажать на кнопку <*Подать заявку*> или выбрать заявку в статусе «*черновик*», откроется форма подачи заявки.
2. Выбрать тип сервиса
3. Прикрепить необходимые документы, нажав кнопку <Нажмите или перетащите сюда> или перенося файлы в выделенную область на форме. Перечень документов приведен в правилах функционирования ЦОИД, опубликованных на сайте <https://npck.kz/>
4. Завершив заполнение формы, нажать кнопку <*Отправить*>.

После отправки заявка отображается в списке заявок участника с указанием ее текущего статуса. Если не нажать кнопку <*Отправить*>, то заявка сохраняется в статусе «*черновик*»..

</details>


---

# 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://docs.npck.kz/registraciya-i-avtorizaciya/5.-podacha-zayavki-na-podklyuchenie-k-servisam/5.1-podklyuchenie-k-coid.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.
