> 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/pass-office/propusk-v-vide-qr-koda.md).

# Пропуск в виде QR-кода

Поддержка QR-кодов в PassOffice

**Настройка QR-кодов**:

1. Перейдите в раздел «Конфигурирование / Настройки / Пропуска».
2. Активируйте **«Поддержка QR-кодов для пропусков»** с помощью бегунка.
3. Установите галочки для следующих опций:
   * **Печать пропуска**: Разрешает печать пропуска в виде QR-кода.
   * **Ручная отправка e-mail с пропуском**: На стадии выдачи пропуска появится иконка «Отправить QR-код на e-mail» для отправки пропуска на почту.
   * **Автоматическая генерация номера пропуска**: Номера пропусков генерируются автоматически.
   * **Автоматическая отправка e-mail с пропуском**: Пропуск в виде QR-кода автоматически отправляется на почту при выдаче карты.

**Редактирование шаблона QR-кода**:

1. Нажмите кнопку **«Редактировать шаблон QR-кода»** для посетителя.
2. В открывшемся окне внесите изменения.
3. Нажмите **«Сохранить»**.

**Печать QR-кода**:

* На этапе выдачи пропуска в выпадающем меню выберите **«Распечатать QR-код»**.
* Откроется окно печати с данными:
  * Номер пропуска.
  * ФИО посетителя.
  * Даты начала и окончания посещения.
  * Группы доступа.
  * Документы посетителя.
  * Цель посещения.
  * Ответственный за встречу.
  * Номер телефона ответственного за встречу.
  * Организация.
  * Дополнительная информация.
  * Согласующие.

**Отправка QR-кода**:

* Нажмите **«Отправить QR-код на e-mail»** в выпадающем меню для направления QR-кода на электронную почту.


---

# 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/pass-office/propusk-v-vide-qr-koda.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.
