> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/togo-wordpress/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/togo-wordpress/trip/taxonomy.md).

# Taxonomy

<details>

<summary>Pricing Categories</summary>

This is where you define the target audience for the tour, including their age groups. Common values include Adults, Children, and Infants.

</details>

<details>

<summary>Destinations</summary>

This is where you define the tour locations. You can specify two levels of categorization: Country (parent category) and City (child category).

The Destination pages support two options: editing with Elementor or using the default layout.

To enable editing with Elementor, please go to **Customizing > Trip > Archive Trip** and turn on **Use Template Elementor (City Page)**.

After that, open any Destination page, hover over **Edit with Elementor**, click **Trip Destinations**, and then add or modify sections by adding or editing the available widgets.

</details>

<details>

<summary>Activities</summary>

This is where you define the activities used to categorize tours.

</details>

<details>

<summary>Types</summary>

This is where you define the tour types. For example: day tours, group tours, private tours, all-inclusive tours, and more.

</details>

<details>

<summary>Durations</summary>

This is where you define the duration of the tour, which can range from a few hours to several days.

</details>

<details>

<summary>Time of day</summary>

This is where you categorize tours based on the time of day—morning, afternoon, or evening.

</details>

<details>

<summary>Language</summary>

This is where you specify the languages used during the tour, typically the languages spoken by the tour guide.

</details>

<details>

<summary>Service</summary>

This is where you define the additional services included with the tour, such as the title, description, image, and price.

</details>


---

# 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://uxper.gitbook.io/togo-wordpress/trip/taxonomy.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.
