> For the complete documentation index, see [llms.txt](https://docs.aamsystems.ru/passoffice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aamsystems.ru/passoffice/passoffice-guide/operator-guide-doc/my-requests/dostup.md).

# Доступ

#### Создание заявки на доступ

**Описание**:\
Данный тип пропуска позволяет добавить группу доступа человеку или пропуску в зависимости от активированных СКД:

* Для СКД **APACS** (отгрузка настроек во владельца карты), **Sigur**, **RusGuard**: группа доступа добавляется человеку.
* Для СКД **LyriX**, **Bolid**, **Parsec**: группа доступа добавляется в пропуск.

\
Нажмите кнопку «Добавить» (плюс) и заполните поля в открывшемся окне.

**Вкладка «Основные»**

* **Тип заявки**: Выберите «Доступ».
* **Площадки**: Укажите площадку (доступно, если поддержка площадок включена в лицензии). Если площадка задана по умолчанию, она проставится автоматически.
* **Сотрудники**: Выберите сотрудника из выпадающего списка.
* **Пропуск**: Выберите ранее выданный пропуск из выпадающего списка.
  * Поле обязательно, если группа доступа добавляется в пропуск (для СКД LyriX, Bolid, Parsec).
* **Группа доступа**: Выберите группу доступа из выпадающего списка.

**Вкладка «Дополнительные»**

* **Согласующие**: Выберите согласующего оператора из выпадающего списка.
  * Если включена настройка «Делать руководителя подразделения согласующим», система автоматически выберет оператора с правом согласования и ролью руководителя. Если оператор не найден, появится предупреждение.
* **Дополнительная информация**: Укажите при необходимости.

**Вкладка «Дополнительные поля»**

* Укажите дополнительные поля, поля справочника или логические поля при необходимости.

{% hint style="info" %}
Опция «Площадки» доступна только при её включении в лицензии.
{% endhint %}


---

# 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.aamsystems.ru/passoffice/passoffice-guide/operator-guide-doc/my-requests/dostup.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.
