# Вызов команд

Для вызова команд в **Ultimate Bot** используется следующий синтаксис: `<префикс><команда> [...аргументы]`.

{% hint style="info" %}
По умолчанию в **Ultimate Bot** используется префикс !

Вы всегда можете поменять префикс воспользовавшись командой !prefix
{% endhint %}

## Бот не реагирует на команды, что делать?

{% hint style="warning" %}

1. Проверьте есть ли бот на вашем сервере
2. Проверьте правильный ли префикс вы используете (Для того, чтобы это проверить упомяните бота в качестве префикса и напишите команду help)
3. Есть ли у бота нужные права или же доступ к каналу
   {% endhint %}


---

# 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://ult.scriptyyy.com/metter/vyzov-komand.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.
