# Getting started

The **Mews Open API** is a powerful tool that enables you to easily connect your hospitality software into Mews and become part of our ecosystem of integrated solutions. Use the **Mews Open API** to fetch data, make bookings, adjust rates, post charges, upsell products, and do a myriad of other things.

We take the 'open' part very seriously, which is why we make it as easy as possible to connect and why we are always trying to remove barriers to successful adoption. All the documentation is publicly hosted on [GitHub](https://github.com/MewsSystems/open-api-docs), and we provide a Demo environment for developers so you can start coding and testing straight away.

## A family of APIs

The **Mews Open API** is in fact a family of APIs. Each API operates independently, serving a different function, and each has its own documentation.

* See [The Mews APIs](/getting-started/the-mews-apis.md)

## What do you want to achieve?

Take a look at [The Mews APIs](/getting-started/the-mews-apis.md) to see which is the API for you. The documentation for each API includes examples of common use cases for that API, or you can find an overview of all of them in [Use Cases](/use-cases/business-use-cases.md).

## Getting stuck in

Each API includes a Guidelines section explaining how to use the API, including quick-start information for connecting to a Demo environment and getting results right away.

* [Go straight to the Mews Connector API](https://mews-systems.gitbook.io/connector-api/)
* [Go straight to the Mews POS API](https://docs.mews.com/pos-api/)
* [Go straight to the Mews Channel Manager API](https://mews-systems.gitbook.io/channel-manager-api/)
* [Go straight to the Mews Booking Engine API](https://mews-systems.gitbook.io/booking-engine-guide/)

## Help with terminology

Throughout your Mews journey, you may find terms that are unfamiliar or unclear. That's why we created the [Mews Glossary for Open API users](/getting-started/glossary.md). The Glossary provides a full description of all the terms used across the individual Mews APIs.


---

# 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/getting-started.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.
