# Creating Events

**Here are steps to create an event:**

1. Click on "Create Event" to begin setting up a new event.
2. Fill in the required details. These include:
   * The event name
   * A description of the event
   * An event banner (recommended size is 1200\*400px). Ensure the banner is of high quality and visually appealing. Adjust the banner by dragging it around until it fits well within the frame.
3. Decide on the event duration. You can either:
   * Start the event immediately
   * Set a specific start date and time
4. Determine the end of the event. You can either:
   * Set a specific end date and time
   * Leave the event deadline open-ended
5. Use the sequential completion toggle to decide if you want users to complete campaigns in a set order or if they can do it randomly.
6. Once all these steps are done, your event is almost ready. The final step is to add a few campaigns.

## Adding Campaigns:

First up, make sure you've got some campaigns ready to go. If you're scratching your head about how to do that, click [here](/product-guide/community-hub-guides/quests.md).

1. You can add campaigns directly without any section, or create a layout with sections and campaigns within those sections.
2. Note: You cannot add a completed campaign to an event.
3. You can also add draft or scheduled campaigns to the event. If a campaign is in draft, it will appear as a 'coming soon' card which is not clickable. If the campaign is scheduled, it will appear as a 'coming soon' card which is clickable.
4. After adding all the campaigns of your choice, you can drag and adjust their order if you want a specific sequence for your users.
5. Once you are satisfied with how everything looks, hit the 'Go Live' button and your event will go live.

### Coming Soon 🎯

1. Event Reward

Currently, you can only set rewards for individual campaigns, and the user will receive these rewards upon completion of each campaign within the event. However, soon you will be able to set a reward for the overall completion of an event.


---

# 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://docs.intract.io/product-guide/community-hub-guides/events/creating-events.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.
