# Create Destination

## 1: Create Destination

Go to **Tripgo >> Destinations >> Add new Destination**

<div><figure><img src="/files/Q7Ouzhp4KpkjIM5fi9Pc" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/v2X8yznhUbvhtpkD2cqu" alt="" width="563"><figcaption></figcaption></figure></div>

## 2: Display at frontend

Support 2 tempaltes: Template 1 & Template 2. You can change template in [Settings](/tripgo/tripgo-menu/destinations/settings.md)

<div><figure><img src="/files/ME15a5Lw3yRlMEAlJGg2" alt=""><figcaption><p>Template 1</p></figcaption></figure> <figure><img src="/files/drB58Rgjtxf2IZFBDcwc" alt=""><figcaption><p>Template 2</p></figcaption></figure></div>

## 3: Customize template

```
You have to create "ovadestination-templates" folder in child theme

// Customzie template 1
Copy file from
plugins/ova-destination/templates/single-destination-template1.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template1.php

// Customzie template 2
Copy file from
plugins/ova-destination/templates/single-destination-template2.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template2.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/tripgo/tripgo-menu/destinations/create-destination.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.
