# Booking Engine integrations

The steps for a Booking Engine API integration are as follows:

{% stepper %}
{% step %}

### Exploration

Explore the [Booking Engine Guide](https://mews-systems.gitbook.io/booking-engine-guide/) and familiarize yourself with the API guidelines and operations. Not sure if the API is the right option? See [Booking Engine Guide ways to integrate](https://mews-systems.gitbook.io/booking-engine-guide/faq/ways-to-integrate).

{% hint style="info" %}
Please note that connection to the Booking Engine API is only available to Mews customers with Enterprise packages.
{% endhint %}
{% endstep %}

{% step %}

### Registration

Once you're sure you want to develop against the API, please register your client name and other details with Mews, as described in [Booking Engine API authorization](https://mews-systems.gitbook.io/booking-engine-guide/booking-engine-api/guidelines/authorization). To do so, send an email to <support@mews.com> like the following example. In the meantime, you can start working with the API straight away using the sample client name, as described in [Booking Engine API authorization](https://mews-systems.gitbook.io/booking-engine-guide/booking-engine-api/guidelines/authorization).

> **Registration email**
>
> *Dear Mews support,*
>
> *We would like to register the following client for Booking Engine access:*
>
> * *Client name:* \<insert your client name here>
> * *Contact email:* \<insert your contact email address here>
> * *Environments:* \<insert Demo and/or Production here>
>   {% endstep %}

{% step %}

### Development

You can connect to our Demo environment to try out API operations, using your registered client name. Until your client name is registered, you can use the sample client name. All of the information you need to start developing and testing is in the [Booking Engine Guide](https://mews-systems.gitbook.io/booking-engine-guide/).
{% endstep %}

{% step %}

### Production

Finally, when your development & testing is complete, you can switch over to the Production environment and you're all done, no certification needed! Note we support separate client name lists for the two environments, so make sure you are registered for the Production environment.
{% endstep %}
{% endstepper %}

If you have questions about the process, drop us a line to <partnersuccess@mews.com>.


---

# 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/getting-started/your-journey/booking-engine-integrations.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.
