# Booking Engine Widget

The Booking Engine JavaScript Widget allows guests to book directly from the website of your property without being redirected elsewhere. It's a more advanced way of integrating the Mews Booking Engine into your website. This section describes how to use it.

* [Getting started](/booking-engine-guide/booking-engine-widget/getting-started.md)
* [Use cases](/booking-engine-guide/booking-engine-widget/use-cases.md)
* [Advanced Guide](/booking-engine-guide/booking-engine-widget/advanced-guide.md)
* [Reference](/booking-engine-guide/booking-engine-widget/reference.md)
* [Troubleshooting](/booking-engine-guide/booking-engine-widget/troubleshooting.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://docs.mews.com/booking-engine-guide/booking-engine-widget.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.
