# How to Publish an Event

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

* **Draft** - when the event is not yet submitted for publication.&#x20;
* **Moderation** - the event is in Moderation status after you clicked on the "**Publishing**" button. The Codenrock administrator will check your event and allow it to be published on the platform.&#x20;
* **Published** - the event was approved for publication and is now visible in the list of all events.

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

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

{% hint style="info" %}
If you have any issues with event publishing, please contact us at <support@codenrock.com>.
{% endhint %}

Congratulations! 🥳 You created an event, 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 event creation on the platform.&#x20;

{% hint style="info" %}
If you explore all the steps in the event setup guide, you will be able to help your friends and family with event 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://help.codenrock.com/setup-guide/setting-up-an-event/how-to-publish-an-event.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.
