> For the complete documentation index, see [llms.txt](https://wiki.qolio.ru/qolio-or-baza-znanii/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api.md).

# Подключение по API&#x20;

- [Интеграция по API для IP-телефонии и чатов](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/integraciya-po-api-dlya-ip-telefonii-i-chatov.md)
- [API запрос для добавления звонков](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/integraciya-po-api-dlya-ip-telefonii-i-chatov/api-zapros-dlya-dobavleniya-zvonkov.md)
- [API запрос для добавления звонка с транскрибцией](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/integraciya-po-api-dlya-ip-telefonii-i-chatov/api-zapros-dlya-dobavleniya-zvonkov/api-zapros-dlya-dobavleniya-zvonka-s-transkribciei.md)
- [API запрос для добавления звонков с хранением данных на S3](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/integraciya-po-api-dlya-ip-telefonii-i-chatov/api-zapros-dlya-dobavleniya-zvonkov-s-khraneniem-dannykh-na-s3.md)
- [HTTPS интеграция с текстовыми каналами (через API Qolio)](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/integraciya-po-api-dlya-ip-telefonii-i-chatov/https-integraciya-s-tekstovymi-kanalami-cherez-api-qolio.md)
- [Создание csv файла для добавления пользователей при интеграции по API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/sozdanie-csv-faila-dlya-dobavleniya-polzovatelei-pri-integracii-po-api.md)
- [Создание и управление пользовательскими полями при интеграции по API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/sozdanie-i-upravlenie-polzovatelskimi-polyami-pri-integracii-po-api.md)
- [Синхронизация аккаунтов пользователя в системе Qolio и интегрируемой системы](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/sinkhronizaciya-akkauntov-polzovatelya-v-sisteme-qolio-i-integriruemoi-sistemy.md)
- [Доступ через API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/dostup-cherez-api.md)
- [Добавление и настройка пользователей через API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/dobavlenie-i-nastroika-polzovatelei-cherez-api.md)
- [Custom Fields API - Настройка пользовательских полей](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/custom-fields-api-nastroika-polzovatelskikh-polei.md)
- [Возможные ошибки API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/vozmozhnye-oshibki-api.md)
- [Получение оценок операторов по API](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/poluchenie-ocenok-operatorov-po-api.md)
- [Приложение (информация о полях в объектах JSON:API)](https://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api/prilozhenie-informaciya-o-polyakh-v-obektakh-json-api.md)


---

# 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://wiki.qolio.ru/qolio-or-baza-znanii/integracii/podklyuchenie-po-api.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.
