# Partner Portal

## What is the purpose of the Partner Portal?

To allow you to:

* Explore the growing list of properties available on Channels Plus
* Review content for Channels Plus properties to assess if they fit your brand
* Create and manage deals - promotional offers to access better rates from participating properties
* Review reservations and billing
* Retrieve and manage your API keys

### My Properties

* Filters: You can use these filters to narrow your search down to specific properties that you are looking for
* Block Property: You can use this option to stop a property from showing up in your API search results
* View Details: Click this button to see more information about the property

Use the property detail page to explore all media available for this property. A full list of property amenities is also available for you to review. This page also provides you with all the contact information you would need for this property.

You can also use this page to create a deal (direct agreement) with this property to procure more competitive rates from the property.

### Deals

Deals are promotional offers that provide access to better rates from participating properties. For the full details of the Deals feature and how to use it, please refer to the documentation [here](/channels-plus-api/additional-resources/commercial/deals.md).

### Reservations

This page gives you a view of all reservations future and past regardless of status.

### Billing

This page gives you a month by month summary of all reservations that were billed for commission in that given month. The Total Commission Earned field will show you a sum of the commission that will be paid to you this month in the Billing Currency you nominated.

### API Integration

Use this page to access the Channels Plus API documentation and manage your API keys independently.

{% hint style="success" icon="sparkles" %}

## Still have questions?

Use the <i class="fa-gitbook-assistant">:gitbook-assistant:</i> **Ask** button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.

If you need more support, visit [Integration Support](/integration-support/integration-support.md).
{% endhint %}


---

# 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.siteminder.com/channels-plus-api/additional-resources/commercial/partner-portal.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.
