> For the complete documentation index, see [llms.txt](https://docs.mews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mews.com/booking-engine-guide/faq/ways-to-integrate.md).

# 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
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://docs.mews.com/booking-engine-guide/faq/ways-to-integrate.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.
