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

# Main Features

- [READ THE FIRST](https://ovatheme.gitbook.io/ireca/main-features/read-the-first.md)
- [Manage Product](https://ovatheme.gitbook.io/ireca/main-features/make-vehicle.md)
- [Manage Category](https://ovatheme.gitbook.io/ireca/main-features/manage-category.md)
- [Manage Type](https://ovatheme.gitbook.io/ireca/main-features/manage-type.md)
- [Manage Location](https://ovatheme.gitbook.io/ireca/main-features/manage-location.md)
- [Manage ID Vehicle](https://ovatheme.gitbook.io/ireca/main-features/manage-id-vehicle.md)
- [Manage Deposit](https://ovatheme.gitbook.io/ireca/main-features/manage-deposit.md)
- [Manage insurance](https://ovatheme.gitbook.io/ireca/main-features/manage-insurance.md)
- [Manage Custom Taxonomy](https://ovatheme.gitbook.io/ireca/main-features/manage-custom-taxonomy.md)
- [Booking Form](https://ovatheme.gitbook.io/ireca/main-features/booking-form.md)
- [Request Booking Form](https://ovatheme.gitbook.io/ireca/main-features/request-booking-form.md)
- [Manage Booking](https://ovatheme.gitbook.io/ireca/main-features/manage-booking.md): Go to Products >> Manage Booking
- [Check Available Vehicle](https://ovatheme.gitbook.io/ireca/main-features/check-available-vehicle.md): Go to Products >> Calendar Booking
- [Create Manual a Booking](https://ovatheme.gitbook.io/ireca/main-features/create-manual-a-booking.md): The booking will like the customer booking online at frontend of website
- [Custom Checkout Fields](https://ovatheme.gitbook.io/ireca/main-features/custom-fields-checkout.md)
- [Shortcodes](https://ovatheme.gitbook.io/ireca/main-features/shortcode.md)
- [Create a Shop](https://ovatheme.gitbook.io/ireca/main-features/make-a-shop-sell.md)
- [Setup WooCommerce](https://ovatheme.gitbook.io/ireca/main-features/setup-woocommerce.md)
- [Customize Template](https://ovatheme.gitbook.io/ireca/main-features/customize-template.md): You can edit template of Category, Archive, Detail in Child theme. It is like override template in WooCommerce.


---

# 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://ovatheme.gitbook.io/ireca/main-features.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.
