> 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/settings.md).

# Settings

## 1: General Settings

Go to **Events >> Settings >> General Settings**

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

* **Date Format**: Choose how dates are displayed on the event pages
* **Time Format**: Choose how time is displayed
* **Calendar Language**: Select the language used for the calendar display
* **Primary Color**: Set the main color used for buttons, highlights, and other theme elements

## 2: Event Settings

Go to **Events >> Settings >> Event Settings**&#x20;

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

### 2.1: Archive Event Settings&#x20;

* **Templates**: Choose the template for displaying event archives.
* **Header**: Choose header for the archive event page
* **Footer**: Choose footer for the archive event page
* **Columns**: Set the number of columns to display in the event grid layout.
* **Show Event Sidebar:** Enable or disable the sidebar on the event archive page.
* **Show Event in Past**: Choose whether to display past events on the archive page.
* **Show Event Search**: Enable the search bar to allow users to search for events.
* **Order By**: Select how events are sorted. Options: **Title**, **Custom Sort**, **Start Date**, **ID**
* **Order**: Choose the sorting direction. Options: **Descending** or **Ascending**

### 2.2: Single Event Settings&#x20;

* **Templates**: Choose the template for displaying event Single.
* **Header**: Choose header for the single event page
* **Footer**: Choose footer for the single event page
* **Show Sidebar:** Enable or disable the sidebar on the event single page
* **Show Title**: Enable or disable the title on the event single page
* **Google Key Map**: Enter your Google Maps API key to display the event location map
* **Google Map Zoom**: Set the zoom level for the Google Map displayed on the single event page

**Note**: Select “Single Event” option in the Template field to make your event page look like the demo


---

# 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/settings.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.
