# Разработчикам

- [Вебхуки](https://help.yeahdesk.ru/docs/for-developers/webhooks.md): Вебхуки срабатывают при изменениях в диалогах и новых сообщениях — это позволит запустить процессы вне Еадеска, например, создать задачу в таск-менеджере при новом диалоге.
- [Кастомный канал](https://help.yeahdesk.ru/docs/for-developers/custom-channels.md): Принимает запросы с вашего сервера для создания входящих сообщений в диалоге.
- [HTTP API](https://help.yeahdesk.ru/docs/for-developers/http-api.md): API — инструмент разработчика, расширяющий стандартные возможности Еадеска.
- [Авторизация](https://help.yeahdesk.ru/docs/for-developers/http-api/api-auth.md): В Еадеске используется простая схема авторизации, основанная на токенах. Управление токенами доступно администратору системы.
- [Управление клиентами](https://help.yeahdesk.ru/docs/for-developers/http-api/contacts.md): Полноценный CRUD клиентов, доступный из вашего приложения.


---

# 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://help.yeahdesk.ru/docs/for-developers.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.
