# Managing Events

## Managing Existing Events

<figure><img src="/files/9sB5lUGLkTb4zzmnjxQw" alt=""><figcaption><p>Events List</p></figcaption></figure>

From the Event Select screen, you can manage existing events by clicking on them in the appropriate tab (Draft, Upcoming, or Past). This will open the event dashboard, where you can:

* **Edit Event Details**: Modify event information such as name, date, or edition.
* **Add Races and Participants**: Set up races and add participants to the event.
* **Monitor Event Progress**: Use the event control tools to monitor the event as it progresses.

## Event Statuses

### Draft Events

* **Draft** status is assigned to all newly created events. Events in this status are still being prepared and are not yet ready for public access.
* You can configure all aspects of the event while it is in draft mode, including adding participants, setting up races, and integrating timing devices.

### Upcoming and Past Events

* Once the event is **PUBLISHED**, they are moved from **Draft** to **Upcoming** or **Past** tabs correspondingly.


---

# 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.runonrufus.com/rufus-race-manager/event-management/managing-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.
