# Setting up an event

The event was created! Now it's time to set it up.&#x20;

Start with the basic event settings:

* [Main Tab ](/setup-guide/setting-up-an-event/main-tab.md)
* [Other Tab ](/setup-guide/setting-up-an-event/other-tab.md)
* [Integrations, Menu and Actions Tabs ](/setup-guide/setting-up-an-event/integrations-menu-and-actions-tabs.md)
* [How to Upload the Event Banner](/setup-guide/setting-up-an-event/how-to-upload-the-event-banner.md)

Add a description of the event, create a registration form for participants and FAQ, specify tasks:

* [About Page ](/setup-guide/setting-up-an-event/about-page.md)
* [Rules Page](/setup-guide/setting-up-an-event/rules-page.md)&#x20;
* [Form Page ](/setup-guide/setting-up-an-event/registration-form-page.md)
* [Tasks Page](/setup-guide/setting-up-an-event/tasks-pag.md)&#x20;
* [Voting Page](/setup-guide/setting-up-an-event/voting-page.md)&#x20;
* [FAQ Page](/setup-guide/setting-up-an-event/faq-page.md)

Finish creating the event:&#x20;

* [How to Publish an Event](/setup-guide/setting-up-an-event/how-to-publish-an-event.md)


---

# 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.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.
