# Создание ИИ

Для того, чтобы создать ИИ, воспользуйтесь командой /create\_ai. В параметре name назовите вашу ИИ

<figure><img src="/files/V50NKJYaMU8LX0PErEj3" alt=""><figcaption></figcaption></figure>

#### Описание

Если вы хотите, чтобы вашу ИИ использовали другие люди, вы можете добавить описание. На первой строчки описания должно быть не больше 150 символов, т.к. первая строчка будет показываться в самом магазине

<figure><img src="/files/FhW8Z20bVyw11NYJ3bRm" alt=""><figcaption></figcaption></figure>

Максимальное количество символов в описание - 1000 символов<br>

#### Промпт

Промпт - правила для вашей ИИ. Чтобы их изменить, нажмите на "Изменить промпт"

<figure><img src="/files/Hzk8O50CL7b1THfIAXdF" alt=""><figcaption></figcaption></figure>

Максимальное количество символов в промпте - 4000 символов

#### Окончание

Если вы настроили и готовы публиковать ИИ, нажмите на "Готово". Если проверка пройдена успешно, то у вас должно появится это сообщение

<figure><img src="/files/OdnpVkbjLy1hsUxyeY6S" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Ваша ИИ будет удалена в течение 2 недель, если она не будет нигде использоваться
{% 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://docs.rbot.site/magazin-ii/sozdanie-ii.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.
