# Ways to integrate

You can integrate with the **Mews Booking Engine** in one of three ways. Which one should you choose?

## Booking Engine Standalone

If you’re not sure which integration method to use, go with the standalone option. It’s the simplest way to connect your website with the Mews Booking Engine and enable your guests to make direct bookings. We will provide you with a link to a page where your Booking Engine instance is located. For more information, see [Booking Engine Standalone](/booking-engine-guide/booking-engine-standalone.md) or open a ticket from Mews Operations via our Mews Digital Assistant.

## Booking Engine Widget

If you're a developer, you might be interested in a more advanced way to integrate the Mews Booking Engine into your website. For a more seamless experience, the Booking Engine JavaScript Widget allows guests to book directly from the website of your property without being redirected elsewhere. For more information, see [Booking Engine Widget](/booking-engine-guide/booking-engine-widget.md).

## Booking Engine API

If you would like to implement your own custom booking engine that connects directly with **Mews Operations**, have a look at the [Booking Engine API](/booking-engine-guide/booking-engine-api.md). Note that this option is only available to customers with an Enterprise subscription. Should you be on a different subscription and are interested in this option, please contact <customersuccess@mews.com>.

## Need help?

Browse the Guide to see if your question is answered, but if not and you need further assistance, you can open a ticket from Mews Operations via our Mews Digital Assistant.


---

# 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/faq/ways-to-integrate.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.
