> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/gimont/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/gimont/main-features/manage-collections-and-artist.md).

# Manage Collections & Artist

## 1: Settings

Go to Collections >> Settings

<div><figure><img src="/files/un6m2vyv7Fa1ITtFOQTE" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PvAnVXIP0ME08t37MGBG" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2hr7e8hr3KrYeoay8SW4" alt=""><figcaption></figcaption></figure></div>

## 2: List Collection, Artist

### 2.1 List Collection

Go to Collections >> All Collections

<figure><img src="/files/esf1jQozp3H02jLp41Ra" alt=""><figcaption><p>All Collections</p></figcaption></figure>

### 2.2 List Artists

Go to Collections >> All Artists

<figure><img src="/files/0HzDRyeuLnrmJZ4l3cNG" alt=""><figcaption><p>All Artists</p></figcaption></figure>

## 3: Add New Type, Location

### 3.1 Add Type

Collections >> Type >> Add New Type

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

### 3.2 Add Location

Collections >> Location >> Add New Location

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

## 4: Add new Artist, Collection

### 4.1 Add Artists

Collections >> All Artists >> Add New

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

### 4.2 Add Collection

Go to Collections >> Add New

<div><figure><img src="/files/Km8FXoL6CvF45CUCg4ly" alt=""><figcaption></figcaption></figure> <figure><img src="/files/E22W7QIRZ4tvWDZsK80A" alt=""><figcaption></figcaption></figure></div>

## 5: Some Elements

### 5.1 Explore the Collections

<div><figure><img src="/files/gKxayEiTQC8DI9mm2tbj" alt=""><figcaption></figcaption></figure> <figure><img src="/files/YXjwmjXY9Pm4jzFxG4OE" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/DiQI0J0dSOI61SuFeavf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3TYJiyyy7Mf3jFrQt9oh" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TgABWIfAU1dQwPfNrMwJ" alt=""><figcaption></figcaption></figure></div>

**Collection** **Type**: Type 1, Type 2

**Order By**: Title, Date, Custom Sort, ID

**Order**: Descending, Ascending

**Total Post**: total items

**Filter Type**: Insert Slug Type&#x20;

**Show/hide some fields**: Year, Type, Title, Artist

### 5.2 Collection Slide

<div><figure><img src="/files/KUK32eB22gEXwpCYmcen" alt=""><figcaption></figcaption></figure> <figure><img src="/files/29ogTllqvwfa4ZPEMpH6" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/4foQBKwfYzEcNYCSKtjt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ERiaWRzHRNwr2QNyFBKP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Qmrg8CuMDwbhAsQe0Q4R" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VKWWeSQ4BXkdlMJxYVqN" alt=""><figcaption></figcaption></figure></div>

**Colection Type:** Type 1, Type 2

**Order By**: Title, Date, Custom Sort, ID

**Order**: Descending, Ascending

**Total Post**: total items

**Filter Type**: Insert Slug Type&#x20;

**Show/hide some fields**: Year, Type, Title, Artist

**Additional Options**: Config for slider.

### 5.3 Explore the Artists

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

**Total Artist:** Insert number

**Order By**: Title, Date, Custom Sort, ID

**Order**: Descending, Ascending

**Show/hide some fields**: Image, Title, Skill, Phone, Email

## 6: Change Text

Use loco translate plugin to change text:[ Read here ](/gimont/translated.md)

## 7: Customize Template

Copy php file from \
Plugins/ova-collections/templates/\*.php \
to\
Themes/gimont-child/ovacoll-templates/\*.php

<figure><img src="/files/XpZWhQr0a1YEICorKZc6" alt=""><figcaption><p>Template Folder in Plugin that you can customize in child theme</p></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/gimont/main-features/manage-collections-and-artist.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.
