> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/docs/hub/partner-change-with-360dialog.md).

# Partner change (with 360Dialog)

## Background

For security and billing reasons, A WhatsApp Account (WABA) can only be associated with one integration Partner within the 360Dialog platform at any one time.&#x20;

You can view the current Partner in the Settings section as described [here](/docs/hub/settings.md#client-settings).&#x20;

## How to Change Partner

{% stepper %}
{% step %}
[Log in](https://app.360dialog.com/) to the 360dialog hub. Then go to the **Channels** section, click the **three dots**, and select **Change Partner**.

<figure><img src="/files/1C35WkbWimbVfZwMgxZs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **WABA** that needs to be migrated.&#x20;

<figure><img src="/files/TLlidtdzuYk3XUGBgHQK" alt=""><figcaption></figcaption></figure>

Partner change is **per waba**. It is possible to select one waba or all of them.

If you want to migrate only one number, first migrate that number to a new waba, then migrate that waba to the new partner.
{% endstep %}

{% step %}
Enter the **partner ID** where the waba should be migrated, and if needed, create the **destination client.**

<figure><img src="/files/SVsjvxr23SHc3etbqMqw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the pricing and enter the payment method.

Applicable only for direct payment clients.&#x20;

<figure><img src="/files/6lYqw9nwW57a6WzZH4vx" alt=""><figcaption><p>Example plans only. Actual Plan price may vary depending on the partner.</p></figcaption></figure>
{% endstep %}

{% step %}
Continue and finish the registration.&#x20;

Your partner can approve the request manually or automatically. Once the request is sent, please contact your new partner.
{% endstep %}
{% endstepper %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/docs/hub/partner-change-with-360dialog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
