# RateParity API

## RateParity API

- [Introduction](https://docs.rateparity.com/readme.md)
- [Authentication](https://docs.rateparity.com/authentication.md)
- [Internationalization](https://docs.rateparity.com/internationalization.md)
- [Model Description](https://docs.rateparity.com/model.md)
- [Data Types](https://docs.rateparity.com/datatypes.md)
- [Pagination](https://docs.rateparity.com/pagination.md)
- [Errors](https://docs.rateparity.com/errors.md)
- [Client API](https://docs.rateparity.com/client-api.md)
- [Shop Rates](https://docs.rateparity.com/shopper/shop.md)
- [Fetch Reviews](https://docs.rateparity.com/reviews/fetch.md)
- [Availability Multi](https://docs.rateparity.com/availability/availability-multi.md): Multi-property availability results using chain credentials
- [Create Quote](https://docs.rateparity.com/quote/create.md)
- [Lowest Monthly Rates](https://docs.rateparity.com/rates/lowest-rates.md): Lowest available direct rate per month for a property
- [Parity Timeline](https://docs.rateparity.com/insights/parity-timeline.md): A Timeline of Direct Prices Being Undercut by Online Travel Agencies (OTAs)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.rateparity.com/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.
