> For the complete documentation index, see [llms.txt](https://docs.wetbot.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wetbot.space/guide/achievements.md).

# Достижения

## Создание достижения

Для создания достижения выполняем команду[ /manager-achievements create <название достижения>](/commands/admins.md)

<figure><img src="/files/3veevzwCH5Kxvv3b7UWO" alt=""><figcaption></figcaption></figure>

## Редактирование достижения

Для редактирования достижения выполняем команду [/manager-achievements edit <название достижения>](/commands/admins.md)

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

## Удаление достижения

Для удаления достижения выполняем команду [/manager-items achievements <название достижения>](/commands/admins.md)

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

## Копирование достижения

Для копирования достижения  выполняем команду [/manager-achievements copy <название достижения> <название нового достижения>](/commands/admins.md)

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

## Руководство по управлению достижением

***

{% content-ref url="/pages/Z01LCm2tZ0bBbKigTkxd" %}
[Типы задач достижения](/guide/achievements/types.md)
{% endcontent-ref %}

{% content-ref url="/pages/C3h6e4LyZk8xOFIhyAFZ" %}
[Награды достижения](/guide/achievements/rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/YUG0Bp9fsp2pvvfPgM9o" %}
[Эмодзи достижения](/guide/achievements/emoji.md)
{% endcontent-ref %}

{% content-ref url="/pages/DZoy2MAY9a3osZ74NyZq" %}
[Действия с достижением](/guide/achievements/actions.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.wetbot.space/guide/achievements.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.
