> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/fullevent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/fullevent/create-event.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ovatheme.gitbook.io/fullevent/create-event.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
