# Introduction

## Introduction to the Partner API

The core capabilities of the Partner API are:

* Get room Availability
* Get list rooms & room types
* Booking
  * Place a booking
  * Update booking
  * Get history
  * Get transactions
* Promotion
  * Get list of promotions
  * Apply a promotion code

To call the Partner API, you must register partner account and be approved to access your organization’s data.

### &#x20;**Register Partner account**

To get started, create a Partner account on our Developer Portal. This is where you will find all of your API Key, developer list, and commission that you have achived.

To get started:

* Go the Developer Portal
* Click to Create a new account button
* Fill all required information
* We will send you the account information after verify your business information

After have the account information, login to Developer Portal, find the `access key` at access keys tab; you will need this to set up your connections.


---

# 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://developer.aharooms.com/pms-public-api/master.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.
