# Ride Categories

Categories allow you to broadly group related rides together (e.g., *Bumper Cars*, *Water Slides*).

<figure><img src="/files/7E2ZM9NIm4e6eTq9Tmh9" alt=""><figcaption></figcaption></figure>

#### Add New Ride Category Fields

| **Field**            | **Description**                                                                                                                    |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Name                 | The title of the category as it will appear publicly on your site.                                                                 |
| Slug                 | The URL-friendly version of the name, usually lowercase containing only letters, numbers, and hyphens.                             |
| Parent Ride Category | Assign a parent category to establish a hierarchical structure (e.g., nesting "Coasters" under a broader "Thrill Rides" category). |
| Description          | A brief summary of what this category includes. This is not prominent by default, but some theme layouts may display it.           |
| Ride Category Image  | Upload or select a custom cover image to visually represent the category across your site archives.                                |


---

# 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://buddhathemes-test.gitbook.io/chillout/rides/service-category.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.
