# Manage Event

## 1: Add new event

Go to Event >> Add new Event

![Basic Tab](/files/EXYVGBkz60RHhEG0MHr4)

**Templates:** Global (use default template in setting) or Other Template (that build in Elementor)

**Booking via:** Custom Link or WooCommerce.

* Custom Lin&#x6B;**:** you will include a custom link here

<figure><img src="/files/4dSQeoRzsf6JawZGMA9v" alt=""><figcaption></figcaption></figure>

* WooCommerce: You have to setup in [checkout setting](/fullevent/all-settings.md#id-3-checkout-settings).

**Custom Sort**: Use in some Elements.

**Special Event:** Use in some Elements.

![Location Tab](/files/-MW3cMsGVhMnipKSHISO)

![Contact Detail Tab](/files/-MW3cTZdKLS6l-TkuRfk)

![Gallery Tab](/files/-MW3cXz606-Lt7uhyPI_)

## 2: Display Event at frontend

You can go to Event >> Events Setting >> choose Show/hide Sidebar.

![](/files/-MW3e306vyzSQxgPXWIO)

## 3: Manage Sidebar

[Read here](/fullevent/manage-event-sidebar.md)

## 4: Customize Event Detail Template

Copy file: \
Plugins/ova-events/templates/single-event.php file

to

Your-theme/ovaev-templates/ folder.&#x20;

You have to create "ovaev-templates" folder in your theme.

## 5: Customize Event Listing Template

Copy file: \
Plugins/ova-events/templates/archive-event.php file

to

Your-theme/ovaev-templates/ folder.&#x20;

You have to create "ovaev-templates" folder in your theme.


---

# 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://ovatheme.gitbook.io/fullevent/create-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.
