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

# Add New Event

## 1: Add New event:&#x20;

Go to **Events >> Add new**

### a) Add general event information

* Enter event title
* Write a description
* Set featured image
* Choose event categories. Read [here](/aovis/events/category.md) to know how to add an event category

<figure><img src="/files/ULc2RLivTJ6NGSs3YtAt" alt=""><figcaption></figcaption></figure>

### b) Set Basic Event Details

* Start Date & Start Time
* End Date & End Time
* Venue
* Special Event: Mark this event as special
* Custom Sort
* Booking Links
* Template

<figure><img src="/files/rSyKSL5H9QKoNQsEXXt7" alt=""><figcaption></figcaption></figure>

### c) Add Event Location

<figure><img src="/files/oWOXX6MkzgvMxi3fpfwj" alt=""><figcaption></figcaption></figure>

### d) Configure Contact Details

* Organize Name
* Phone
* Email
* Website

<figure><img src="/files/ACcggOAjcFpL9OyUpw02" alt=""><figcaption></figcaption></figure>

### e) Set Event Gallery

<figure><img src="/files/9D2omVftE5FjUgkoTHU0" alt=""><figcaption></figcaption></figure>

## 2: Create the template for single event

Go to Templates in Elementor >> Add New (We made a template: Single Event, so you can edit it)

<figure><img src="/files/7PIyMw0PXAdZZiFJ6UA3" alt=""><figcaption></figcaption></figure>

## 3: Event Elements in Elementor

### 3.1: Events

<figure><img src="/files/xYQLSe1xzErp8BXzABkk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/aNYE3enrijSKKYZOFIjV" alt=""><figcaption></figcaption></figure>

### 3.2: Simple Calendar

<figure><img src="/files/AkTUQ9IzIirn9Iz6iVEF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qyBbu9jEwpS62uaQbrzb" alt=""><figcaption></figcaption></figure>

### 3.3: Full Calendar

<figure><img src="/files/UBK6WCw5LlYXagbH5J5E" alt=""><figcaption></figcaption></figure>

### 3.4: Event Slide

<div><figure><img src="/files/E8gp5A1pPBE7MROfRDni" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rbLopQCy2xoQeZmENPbs" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/bH7oVNiCOn3xCv27sixC" alt=""><figcaption></figcaption></figure>

### 3.5: Event Filter Ajax

<div><figure><img src="/files/kCehZQCkTIB4EV7XkQ0E" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cs6113HEyUI9JsSJSOvB" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/KoiiuwOpcXyEMtLPPmrb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/hoqcCZS3sda7Z8cewQHO" alt=""><figcaption></figcaption></figure></div>

### 3.6: Search Ajax

<div><figure><img src="/files/30vMFeXLE6rqZyZHFOL1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vPYEwsDSdmROUwXjgPHF" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/8XKhSfwgmxwY3A7m97YV" alt=""><figcaption></figcaption></figure>


---

# 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://ova-themes.gitbook.io/aovis/events/add-new-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.
