# Categories

## 1: Add a New Category

&#x20;Go to **Movies >> Categories >> Add New**

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

## 2: Configure Movie Category Page

### a) Setup in backend

* Add a movie category to menu

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

* Display via link: <https://your-domain/movie\\_cat/slug-category> . Example: <https://demo.ovatheme.com/aovis/movie_cat/comedy/>
* If you want to change "movie\_cat" in path, you can use Loco translate plugin to replace it to your language. [Read here](https://ova-themes.gitbook.io/transflash/)
* Change "Get Ticket, Watch Trailer" text to your language in [Movie Settings.](/aovis/movie/settings.md#general)
* Change Header, Footer, Template of Listing Movies in [Movie Settings](/aovis/movie/settings.md#movie)

### b) Display at frontend

<figure><img src="/files/2DuQUk9Ws9NZUsozVtYi" alt=""><figcaption></figcaption></figure>

### c) Customize Template

```
Copy file
plugins/movie-booking/templates/movie/archive-movie.php
to
themes/aovis-child/ovamb-templates/movie/archive-movie.php
```


---

# 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://ova-themes.gitbook.io/aovis/movie/categories.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.
