> 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/en/your-own-competition/sozdanie-sorevnovaniya.md).

# Creating a competition

### Teacher Panel Login

* Log in to the teacher's account

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

{% hint style="info" %}
To log into the teacher system, enter the following details

\
Login: admin\
Password: admin
{% endhint %}

{% hint style="danger" %}
CHANGE THE PASSWORD IMMEDIATELY AFTER SETUP
{% endhint %}

### Creating a Competition

<figure><img src="/files/rbatgZE8FAf1TMvVUcnF" alt=""><figcaption><p>Click the add button</p></figcaption></figure>

Go to the settings of the created competition

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

### Adding Users

Go to the `user management` tab -> `Add`

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

{% hint style="warning" %}
Note that each user should be on a new line
{% endhint %}

<figure><img src="/files/8fQXKLqxQM6XWv2AbJoJ" alt=""><figcaption></figcaption></figure>

After adding users, they will be visible in the user management section, including their last names, logins, and passwords.

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

### Adding Tasks

> Return to the competition settings section

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

Click on <mark style="background-color:blue;">view all tasks</mark>

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

Clicking on the title opens a preview of the task

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

To add a task to the competition, enter its ID and the Letter that will be assigned in the competition

{% hint style="danger" %}
For the system to work correctly, assign all letters to tasks.

Example:

* <mark style="color:green;">A, B, C -> Allowed</mark>
* <mark style="color:red;">A, D, E -> Not Allowed</mark>
  {% endhint %}

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

**Tasks Added!**


---

# 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/en/your-own-competition/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.
