> For the complete documentation index, see [llms.txt](https://grizzly-3.gitbook.io/grizzly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grizzly-3.gitbook.io/grizzly/functions.md).

# Функции

Дополнительные возможности бота, не связанные с модерацией, казино или браками: инлайн-режим, нейросети, обработка изображений, полезные сервисы, текстовые утилиты и случайные картинки.

{% hint style="info" %}
Справка по командам: `.команды`, `.помощь`, `/help` или `.?` — inline-меню с разделами. В ЛС с ботом: `.отмена` / `.cancel` — прервать текущий диалог (если бот ждёт ввод).
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>⌨️ Inline-режим</strong></td><td>@grcmbot — меню, шепот и быстрые функции прямо из поля ввода</td><td><a href="/pages/tj6yAjQucWqpBxJa3UAl">/pages/tj6yAjQucWqpBxJa3UAl</a></td></tr><tr><td><strong>🤖 AI и нейросети</strong></td><td>ChatGPT, генерация картинок и распознавание аниме</td><td><a href="/pages/Y0A0575XOfDoWUJZG6xi">/pages/Y0A0575XOfDoWUJZG6xi</a></td></tr><tr><td><strong>🖼️ Редактирование изображений</strong></td><td>Удаление фона, эффекты, искажения, мемы и цитаты</td><td><a href="/pages/oDWIrNsdoIGZe11nYcMA">/pages/oDWIrNsdoIGZe11nYcMA</a></td></tr><tr><td><strong>👥 Развлечения с пользователями</strong></td><td>Сертификаты, фотобаттл, IQ-тест и другое</td><td><a href="/pages/Q7RQIWQwR6ZFMozCvAP5">/pages/Q7RQIWQwR6ZFMozCvAP5</a></td></tr><tr><td><strong>☁️ Сервисы и информация</strong></td><td>Погода, курсы, гороскопы, музыка, озвучка и справочные команды</td><td><a href="/pages/rgTft5wG9xbSi2iSr5w6">/pages/rgTft5wG9xbSi2iSr5w6</a></td></tr><tr><td><strong>🔤 Текст и развлечения</strong></td><td>Цитаты, рифмы, шрифты, QR, викторина и Тайный Санта</td><td><a href="/pages/ttCQ6mPIOhKCPpVBJxhA">/pages/ttCQ6mPIOhKCPpVBJxhA</a></td></tr><tr><td><strong>🖼️ Случайные картинки</strong></td><td>Котики, животные, аниме и арт</td><td><a href="/pages/j2Kw7JumsvCPSPV2Mgtl">/pages/j2Kw7JumsvCPSPV2Mgtl</a></td></tr></tbody></table>

## См. также

* [Как работает шепот?](/grizzly/faq-chastye-voprosy/functions.md#whisper) · [Чем отличается .gpt от ..?](/grizzly/faq-chastye-voprosy/functions.md#gpt)
* [Все вопросы по функциям и сервисам](/grizzly/faq-chastye-voprosy/functions.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://grizzly-3.gitbook.io/grizzly/functions.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.
