# FAQs

- [Customer Cancel Orders](https://ovatheme.gitbook.io/brw/faqs/customer-cancel-orders.md)
- [Admin refund an Order](https://ovatheme.gitbook.io/brw/faqs/admin-refund-an-order.md)
- [Delete Fields in Checkout Page](https://ovatheme.gitbook.io/brw/faqs/delete-fields-in-checkout-page.md)
- [Access to checkout page when click Booking button](https://ovatheme.gitbook.io/brw/faqs/access-to-checkout-page-when-click-booking-button.md)
- [How to create Multiple Currency](https://ovatheme.gitbook.io/brw/faqs/how-to-create-multiple-currency.md)
- [How to create Multiple Language](https://ovatheme.gitbook.io/brw/faqs/how-to-create-multiple-language.md)
- [Change 'location', 'vehicle' in URL](https://ovatheme.gitbook.io/brw/faqs/change-location-vehicle-in-url.md)
- [Change 'product' in url](https://ovatheme.gitbook.io/brw/faqs/change-product-in-url.md)
- [How to setup Tax in product](https://ovatheme.gitbook.io/brw/faqs/how-to-setup-tax-in-product.md)
- [The Calendar doesn't update color for booking](https://ovatheme.gitbook.io/brw/faqs/the-calendar-doesnt-update-color-for-booking.md)
- [Hide other Rental Type when create a product](https://ovatheme.gitbook.io/brw/faqs/hide-other-rental-type-when-create-a-product.md)
- [Remove price in calendar](https://ovatheme.gitbook.io/brw/faqs/remove-price-in-calendar.md)
- [Remove "Add to Cart" functionality on the search page](https://ovatheme.gitbook.io/brw/faqs/remove-add-to-cart-functionality-on-the-search-page.md)
- [Display time on View Month Calendar](https://ovatheme.gitbook.io/brw/faqs/display-time-on-view-month-calendar.md)
- [List hook for template](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template.md)
- [Loop](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template/loop.md)
- [Single](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template/single.md)
- [Other](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template/other.md)


---

# 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://ovatheme.gitbook.io/brw/faqs.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.
