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

# Достижения

| Название                                                  | Как получить                                                                                                  | Дата появления     |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------ |
| **Сапёр!**                                                | Выиграть игру в Сапёре                                                                                        | 14 декабря 2023 г. |
| **Путешественник**                                        | Угадать 50 городов в `guess city`                                                                             | 14 декабря 2023 г. |
| **Длинный змей**                                          | Достигнуть счета **50** в змейке                                                                              | 14 декабря 2023 г. |
| **Расшифровка...**                                        | Получить текст из фотографии через контекстное меню                                                           | 14 декабря 2023 г. |
| **Звёздный**                                              | Попасть на звёздную доску                                                                                     | 14 декабря 2023 г. |
| <mark style="color:yellow;">**А это на сервере**</mark>   | Использовать кастомную команду. Сейчас это достижение можно получить, написав `!members` на сервере поддержки | 20 декабря 2023 г. |
| <mark style="color:blue;">**Новый 2024 год!**</mark>      | Использовать любую команду с 1 по 10 января 2024 года                                                         | 20 декабря 2023 г. |
| <mark style="color:red;">**Без изменений...**</mark>      | Посмотреть список изменений в `stats` через кнопку `Изменения`                                                | 2 января 2024 г.   |
| **Дарю подарки**                                          | Провести розыгрыш через PayziBot                                                                              | 2 января 2024 г.   |
| **Нейрокартинки**                                         | Сгенерировать картинку через команду `image`                                                                  | 16 января 2024 г.  |
| **ГеоГессер**                                             | Угадать 111 стран в `guess country`                                                                           | 16 января 2024 г.  |
| **2048**                                                  | Набрать счет 2048 в игре 2048                                                                                 | 24 апреля 2024 г.  |
| **Сотка**                                                 | Достичь 100-го уровня                                                                                         | 25 ноября 2024 г.  |
| <mark style="color:blue;">**Happy New Year 2025!**</mark> | Использовать любую команду с **25.12.24** по **05.01.25**                                                     | 18 декабря 2024 г. |
| **Кругом нейросети**                                      | Использовать команду `ask`                                                                                    | 11 августа 2025 г. |
| <mark style="color:blue;">**Welcome to 2026!**</mark>     | Использовать любую команду с **25.12.25** по **05.01.26**                                                     | 19 декабря 2025 г. |

{% hint style="info" %} <mark style="color:red;">**Красным**</mark> отмечены достижения, которые уже невозможно получить

<mark style="color:yellow;">**Желтым**</mark> отмечены достижения, которые можно получить лишь на определенных серверах

<mark style="color:blue;">**Синим**</mark> отмечены эксклюзивные достижения, которые можно получить только в определенное время
{% endhint %}


---

# 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://docs.payzibot.ru/first-steps/achievements.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.
