# Partner Dashboard Overview

The Partner Dashboard is a centralized management interface designed to help you efficiently manage your Whapi.Cloud partnership, including customer channels, balance replenishment, and API integrations.

You can access the Partner Dashboard at: <https://panel.whapi.cloud/partner-section>

Alternatively, navigate to it through your Whapi.Cloud account interface:

* Click on your **account name** in the upper-right corner to open the dropdown menu and select **Partner Section**.
* Or use the **Partner** dropdown menu from the main navigation and select **Partner Section**.

***

#### Partner API Methods (Swagger Documentation)

On the left side of your dashboard, you'll find the Partner API methods presented in Swagger documentation format. These methods allow you to programmatically manage your channels and integrations.

{% hint style="success" %}
This documentation is also available in a convenient format at <https://whapi-partner.readme.io/reference/createchannel>
{% endhint %}

Methods include:

* Channel management (creation, updates, deletion)
* Channel status operations
* Extending channel durations
* Managing projects

For a detailed guide and complete API reference, visit [\[Partner API Methods Documentation\]](https://support.whapi.cloud/help-desk/partner-documentation).

#### Account Balance Management

On the right side of your dashboard, you can:

* View the current channel price available in your account and the total number of available days in your balance.
* Easily replenish your account balance by selecting the required number of days and completing an instant payment.

To learn more about managing and allocating balance days, please see our detailed guide: [\[Account Balance Replenishment Guide\]](https://support.whapi.cloud/help-desk/partner-program-guidelines/billing-for-partners#id-2.-account-balance-replenishment) and [allocating-days-to-customer-channels-best-practices-and-guide](https://support.whapi.cloud/help-desk/partner-documentation/partner-program-guidelines/allocating-days-to-customer-channels-best-practices-and-guide "mention")

#### Balance Status Webhook

At the bottom right of your dashboard, configure webhook notifications about your balance status:

* Set the webhook URL where notifications about low balance or critical thresholds will be sent.
* Customize notification triggers based on the number of remaining days.

This feature helps you proactively manage your balance, ensuring uninterrupted service for your customers.

#### Interface channel management

{% content-ref url="partner-program-guidelines/interface-for-channel-management" %}
[interface-for-channel-management](https://support.whapi.cloud/help-desk/partner-documentation/partner-program-guidelines/interface-for-channel-management)
{% endcontent-ref %}

For further details or assistance, contact our support team at [**care@whapi.cloud**](mailto:care@whapi.cloud).


---

# 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://support.whapi.cloud/help-desk/partner-documentation/partner-dashboard-overview.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.
