> 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/admin-guide-doc/acs-configuration/acs-bolid/osobennosti-raboty-s-avtomobilyami.md).

# Особенности работы с автомобилями

#### Особенности работы с автомобилями в PassOffice в зависимости от настройки «Интегрировать автомобиль как человека»

**1. Если включена галочка «Интегрировать автомобиль как человека»:**

* **Создание гостевого пропуска с авто и посетителем**:
  * **Автомобиль**: Отгружается как **посетитель** в системе Bolid с пропуском, с датами действия и группами доступа.
    * В поле **Почта** указывается значение Car.
* **Создание автомобильного пропуска**:
  * **Автомобиль**: Отгружается как **посетитель** в Bolid.
    * В поле **Почта** указывается Car.
    * Также отгружается пропуск, даты действия, группа доступа.
* **Импорт**:
  * Автомобили из вкладки **Автомобили** (в Bolid ) не импортируются.
  * Автомобили из вкладки **Посетители** импортируются как Автомобил&#x438;**,** в поле **Почта (**&#x432; Bolid) указано значение Car.

**2. Если галочка «Интегрировать автомобиль как человека» не включена:**

* **Создание гостевого пропуска с авто и посетителем**:
  * **Автомобиль**: Отгружается как **автомобиль** (вкладка **Автомобили** в Bolid).
    * Без группы доступа, дат и номера пропуска.
    * В поле **Сотрудники** указывается посетитель из заявки, что создает связь человек → авто в соответствии с заявкой.
* **Создание автомобильного пропуска**:
  * **Автомобиль**: Отгружается как **автомобиль** (вкладка **Автомобили** в Bolid).
    * Без группы доступа, дат и номера пропуска.
* **Импорт**:
  * Автомобили из вкладки **Автомобили** импортируются как **автомобили** (в Bolid без пропусков, ГД и дат).
  * Автомобили из вкладки **Посетители** не импортируются.


---

# 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/admin-guide-doc/acs-configuration/acs-bolid/osobennosti-raboty-s-avtomobilyami.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.
