# Main Tab

## Main Tab&#x20;

### Title Field&#x20;

This field specifies the title of your event. The title is displayed on the main event page and on the event preview card on the **My Events** and **All Events** pages.

![](/files/w7AzUOCIRrzKIxDDm95P)

### URL Field&#x20;

In this field, you can set the URL of your event. This is necessary to simplify the link to your event.

![](/files/TAYQttzQd4aBJBYTyMqg)

{% hint style="info" %}
**Try to use concise, clear, and short words for the URL. Such URLs are easy to remember, convenient, and better indexed by search engines.**&#x20;

For example, a link that looks like - **<https://codenrock.com/contests/bananthon>** is much clearer for the user than this link **<https://codenrock.com/contests/bananthon-the-best-hackathon-in-the-world>**.
{% endhint %}

### Type Field&#x20;

Here you can set the type of your event. You can change the event type at any time.

![](/files/UxFPEis1916kgXxHyCxT)

{% hint style="danger" %}
**Attention: changing the event type changes its overall settings!**
{% endhint %}

### Tags Field&#x20;

![](/files/4Fj9TSJkGvFcZ6GqldrB)

In this field, you can set thematic tags that correspond to your event. Tags will be displayed on the main event page and in the list of all events. You can add up to 4 tags.

{% hint style="info" %}
Don't forget to add tags to your event! It will make easier for the participant to find your event in the list of all events.
{% endhint %}

### SEO description and SEO image Fields&#x20;

* The **SEO description** field -this text will be displayed when you share a link to the event on social media.&#x20;
* The **SEO image** field is an image that will appear when you share a link to an event on social media.

{% hint style="info" %}
The best option is to upload an image in **.jpg** format up to **150KB**.
{% endhint %}

### Visibility Field&#x20;

This parameter controls the visibility of your event in the list of all events and in search engines. Two settings are available:&#x20;

* **Event is visible to everyone** - meaning it appears in the list of Codenrock events.&#x20;
* **Event is visible only at the link** — participants can only find your event using a direct link. The event is not indexed by search engines such as Google or Yandex.&#x20;

### Location Field&#x20;

Here you can specify how the event will be held: online, in person, or online + in person.&#x20;

**Location** field is involved in the event search. The user can filter out events by location, so make sure that you specified the correct location.&#x20;

### Prize Field&#x20;

You can enter any information about your prize pool in this field.

In the field **Prize** you can mention any symbols. For example "100,000 RUB and a kilogram of bananas”, etc.&#x20;

{% hint style="info" %}
Information from this field is displayed on the main page of the event and in the event preview card on the pages **My events** and **All events**.
{% endhint %}

### Fields "Registration start” / ”End of registration” and ”Start of event” /“End of event"&#x20;

In these fields, you can set when your event starts and when it ends as well as when the registration for the event starts and ends.&#x20;

{% hint style="info" %}
For example, your event starts on **21.12.2021**, but you want to start registering for the event a little later and set the registration start date to **22.12.2021**. So in this scenario your event will be visible on **21.12.2021** in the search results, but the registration will be available from **22.12.2021**.
{% endhint %}

### The example of how to fill in the “Main” tab&#x20;

* **Title:** CODENROCK BATTLE 2022. Participate in the hackathon and get super prizes!
* **URL:** battlehackathon
* **Type:** Hackathon
* **Tags:** Mobile, Optimization, Alogorithms, E-commerce/Retail
* **SEO description:** Participate in the hackathon and get super prizes!&#x20;
* **SEO image:** Custom image uploaded&#x20;
* **Visibility:** Event is visible to everyone&#x20;
* **Place:** Online + In person&#x20;
* **Prize:** 300 000 $$$
* **Registration start:** Current date - **End of registration:** Current date + **one month**
* **Start of event:** Current date - **End of event:** Current date + **one month**

![](/files/wAvZStE2X9n9898BaeOt)

After filling in all the fields, click “**Next**”.


---

# 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://help.codenrock.com/setup-guide/setting-up-an-event/main-tab.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.
