# Полезные команды

Управление службой модуля

```bash
service itgrix_bx start               # запуск службы
service itgrix_bx stop                # остановка службы 
service itgrix_bx restart             # перезапуск службы
```

Проверка версии модуля через консоль

```bash
/opt/itgrix_bx/itgrix_bx -v           # модуль для Битрикс24
/opt/itgrix_amo/itgrix_amo -v         # модуль для amoCRM
```

Сброс обработчиков (в том числе с2с)

```bash
/opt/itgrix_bx/itgrix_bx --clean      # модуль для Битрикс24
/opt/itgrix_amo/itgrix_amo --clean    # модуль для amoCRM
```

Админка модуля

```bash
http://<ipasterisk>:8077/config       # <ipasterisk> – адрес сервера, где установлен модуль
```


---

# 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://docs.itgrix.ru/for-admins/poleznye-komandy.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.
