# Mews Channel Manager API

Welcome to the **Mews Channel Manager API**. This is the Mews API for distribution and sales channels, supporting two main use cases: distributing availability, rates and inventory data to sales channels, and accepting reservations from sales channels. To fully implement the API, you need to both make requests to Mews and also create your own endpoints to accept data from Mews.

> #### Two-way functionality
>
> * The [Mews side](/channel-manager-api/mews-operations.md) handles requests from Channel Managers, including new reservations.
> * The [Channel Manager side](/channel-manager-api/channel-manager-operations.md) handles requests from Mews, including availability updates.

For detailed information on connecting, authentication tokens, error codes, and more, see our [Usage guidelines](/channel-manager-api/guidelines.md). To gain deeper insights into Mews concepts, see [Concepts](/channel-manager-api/concepts.md). For specific scenarios, see [Use cases](/channel-manager-api/use-cases.md).

If you have any questions or encounter issues, reach out to us at <partnersuccess@mews.com>.

> #### Changes to this API
>
> * For the history of changes, see the [Changelog](/channel-manager-api/changelog.md).
> * For important information on deprecations, see [Deprecations](/channel-manager-api/deprecations.md).
> * To track changes and updates, follow the [GitHub repository](https://github.com/MewsSystems/open-api-docs).


---

# 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/channel-manager-api/readme.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.
