# Main Tab

## Title Field

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

![Title Field](/files/lhfnGFhSt9lWnBKJaVGO)

## URL Field

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

![URL Field](/files/lcYLPAYJDE9sI6wTKhZq)

{% 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://tulu.la/contests/superhack>** is much clearer for the user than this link **<https://tulu.la/contests/super-hackathon-the-best-hackathon-in-the-world>**.
{% endhint %}

## Type Field

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

![Type Field](/files/tBAyWyMMNBRR5FzbUKYr)

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

## Tags Field

![Tags Field](/files/L9vkIePAkoF3amHp5B06)

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

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

## SEO description and SEO image Fields

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

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

## Visibility Field

This parameter controls the visibility of your competition in the list of all competitions and in search engines. Two settings are available:

* **Event is visible to everyone** - meaning it appears in the list of Tulula competitions.
* **Event is visible only at the link** — participants can only find your competition using a direct link. The competition is not indexed by search engines such as Google or Bing.

## Location Field

Here you can specify how the competition will be held: online, in person, or online + in person.

**Location** field is involved in the competition search. The user can filter out competitions by location, so make sure that you specified the correct location.

## Prize Field

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 and a pizza!**", etc.

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

## Fields Registration start/End of registration and Start of event /End of event

In these fields, you can set when your competition starts and when it ends as well as when the registration for the competition starts and ends.

{% hint style="info" %}
For example, your competition starts on **21.12.2021**, but you want to start registering for the competition a little later and set the registration start date to **22.12.2021**. So in this scenario your competition 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

* **Title**: TULULA HACKATHON! Participate in the hackathon and get super prizes!
* **URL**: tu-superhack
* **Type**: Hackathon
* **Tags**: Mobile, Optimization, Algorithms, E-commerce/Retail
* **SEO description**: Participate in the hackathon and get super prizes!
* **SEO image**: Custom image uploaded
* **Visibility**: Event is visible to everyone
* **Place**: Online + In person
* **Prize**: $40000
* **Registration start**: Current date - End of registration: Current date + one month
* **Start of event**: Current date - End of event: Current date + one month

After filling in all the fields, click **Next step**.


---

# 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://tulula.gitbook.io/docs/setup-guide/setting-up-a-competition/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.
