> For the complete documentation index, see [llms.txt](https://dice.gitbook.io/dice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dice.gitbook.io/dice/vkhod-na-igru/publish-your-docs.md).

# Начало игры

## Анонс

Анонсы игр проходят в канале ["Анонсы".](https://discord.gg/Ykwe23ZSjq)

Ведущий сообщает о проведении игры за несколько дней до её начала. Всю информацию о режиме игры, сложности, количестве игроков в команде и подобном вы так же можете узнать в сообщении - анонсе.

<figure><img src="/files/xUSxOkgFXTj1jzGeXsWP" alt=""><figcaption><p>Пример ОБЫЧНОГО мирового господства</p></figcaption></figure>

## Сбор

Когда время игры пришло ведущий сообщает об этом в чат анонсов и собирает всех игроков в голосовом канале где будет проходить игра. Пришедших распределяют по командам.

{% hint style="info" %}
Распределение происходит по принципу: опытный игрок + не опытный игрок.&#x20;
{% endhint %}

Как только вам назначили команду и страну, необходимо перейти в текстовый канал ["Поиск Игры"](https://discord.gg/b3MpW6jD9Y) и нажать на кнопку с названием назначенной страны.&#x20;

<figure><img src="/files/QwWYhBzVncaqUnUEaNGk" alt=""><figcaption><p>Выбор стран</p></figcaption></figure>

После того как вы вошли в страну осталось лишь дождаться начала игры.


---

# 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://dice.gitbook.io/dice/vkhod-na-igru/publish-your-docs.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.
