# Contribution Guidelines

Если вы хотите помочь проекту и дополнять его, вы можете создавать Pool Request\`ы

Краткий обзор по актуальным существующим репозиториям системы Codebattls:

### Landing

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

Репозиторий главного сайта([codebattles.ru](https://codebattles.ru)). На текущий момент находится в репозитории пользователя из-за ограничений Vercel

### Codebattles

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

Основная система. Подробнее можно прочитать в этой документации

### docs\_RU\_V3

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

Репозиторий текущей документации


---

# Agent Instructions: 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/contribution-guidelines.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.
