# ИИ - агенты

EmplDocs активно использует ИИ для автоматизации кадровых процессов и решения задач КЭДО.\
В интерактивном помощнике «Доки» появился "интеллектуальный" режим, который подключает ИИ-агентов по работе с отпусками и созданию различных заявок.

Для решения простых задач достаточно подключить модели: gpt-oss-20b, DeepSeek.

Рекомендуем подключать сервис к локальным моделям ИИ.

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

Минимальные системные требования для разворачивания локальной модели:

Сервер с видеокартой 4060 16gb или мощнее с 16gb+ памяти.

#### Архитектурная схема

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


---

# Agent Instructions: 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:

```
GET https://padocs.empldocs.app/dlya-razrabotchikov/ii-agenty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
