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

# Создание соревнования

### Вход в панель учителя

* Войдите в аккаунт учителя

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

{% hint style="info" %}
Для входа в систему учителя введите данные

\
Логин: admin\
Пароль: admin
{% endhint %}

{% hint style="danger" %}
СМЕНИТЕ ПАРОЛЬ СРАЗУ ПОСЛЕ НАСТРОЙКИ
{% endhint %}

### Создание соревнования

<figure><img src="/files/GxdkaZCpoQY170udoRRR" alt=""><figcaption><p>Нажмите на кнопку добавить</p></figcaption></figure>

Перейдите в настройки созданного соревнования

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

### Добавление пользователей

Перейдите во вкладку `управление пользователями` -> `Добавить`

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

{% hint style="warning" %}
Обратите внимание, что каждый пользователь на новой строке
{% endhint %}

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

После добавление пользователей их будет видно в разделе управление пользователями, их фамилии, логины и пароли.

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

### Добавление задач

> Вернитесь к разделу настройки соревнования

<figure><img src="/files/0u0LMqitEiWB4CAhBgOM" alt=""><figcaption></figcaption></figure>

Нажмите на  <mark style="background-color:blue;">посмотреть все задачи</mark>

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

При клике на название можно открыть предпросмотр задачи

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

Чтобы добавить задачу в соревнование, введите ее ID и Букву, которая будет присвоена в соревновании

{% hint style="danger" %}
Для корректной работы системы добавляйте все буквы задачам.

Пример:

* <mark style="color:green;">А, B, C -> Можно</mark>
* <mark style="color:red;">A, D, E -> Нельзя</mark>
  {% endhint %}

<figure><img src="/files/sHqOMNADlkhpezwhWSiE" alt=""><figcaption></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:

```
GET https://docs.codebattles.ru/ru/svoe-sorevnovanie/sozdanie-sorevnovaniya.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.
