# How to Publish a Competition

The final step of competition creation is publishing the competition on the platform. The competition has three statuses:

* **Draft** - when the competition is not yet submitted for publication.
* **Moderation** - the ecompetition is in Moderation status after you clicked on the **Publishing** button. The Tulula administrator will check your competition and allow it to be published on the platform.
* **Published** - the competition was approved for publication and is now visible in the list of all competitions.

{% hint style="info" %}
Only the organizer has access to a competition under the Draft and Moderation statuses.
{% endhint %}

Click on the **Publishing** button to submit your competition for review and publication. You will receive a notification about the change in the competition status to the email address specified during the registration.

{% hint style="warning" %}
If you have any issues with competition publishing, please contact us.
{% endhint %}

Congratulations! 🥳 You created a competition, set it up, added tasks, and submitted it for publication! It's time to start exploring the **Statistics** page in order to become a master in competition creation on the platform.

{% hint style="info" %}
If you explore all the steps in the competition setup guide, you will be able to help your friends and family with competition creation, brag about your new skills at the alumni meetings, and even add this info to your resume! (Just kidding!🙂)
{% endhint %}


---

# 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/how-to-publish-a-competition.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.
