> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/channel-connector/whatsapp/how-to-add-new-whatsapp-channel-rule.md).

# Create New Rule

This section describes how to run the Whatsapp channel and how the customer message can be received as an incoming ticket to the **Inbox** tab agent by doing the following steps:

To create a new rule channel, go to the **Customer Service** menu and click the **Rule Management** menu. Then you will see the Rule Management page, on the top right section click the **'+New Rule'** button, as shown below.

![Create New Rule](/files/mbDfKUQM6JuQWiM2NLqb)

You will see a pop-up to add a new rule channel, select the Webex channel by clicking the '**Add Channel'** icon (![](/files/-MWc9Mqbfuv2ov6B7-Ga)), and then you will be asked to enter the rule name and max. assignment ticket on the channel.

<figure><img src="/files/bjr14MPtJPguLtPVj40S" alt=""><figcaption><p>Add New Rule</p></figcaption></figure>

**Component Explanation:**

| Name            | Description                                          |
| --------------- | ---------------------------------------------------- |
| Rule Name       | The name of the channel rule to create.              |
| Max. Assignment | The amount tickets are assigned to the channel rule. |

When Whatsapp channel rule has been added successfully, you will see the rule in the list of rule management, as shown image below.

![New Rule Added](/files/ygv33vTpAOaTEjWlb6LO)

After the rule channel is successfully created, to be able to receive an incoming message from Whatsapp, add team members to the rule by clicking the **'Add'** icon (![](/files/-MWc9TBKqwpeUh1ihorG)).

<figure><img src="/files/4Kx0IP2DOkuFT3d89PpY" alt=""><figcaption><p>Add Team Member</p></figcaption></figure>

Team members successfully added and appear on **available teams**, you can configure priority and max. assignment ticket that can be entered or handled by an agent.

{% hint style="info" %}
Remember to select the **'Rule Out Of Sync'** button to activate all of your latest recent Whatsapp channel rule updates.
{% endhint %}

<figure><img src="/files/L2TE3MWXRvwmuqHlrRon" alt=""><figcaption><p>Team Member Added</p></figcaption></figure>

**Penjelasan Komponen:**

| Name            | Description                                          |
| --------------- | ---------------------------------------------------- |
| Priority        | To decide who will get chats first in a channel.     |
| Max. Assignment | The amount tickets assigned or handled by the users. |


---

# 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.3dolphins.ai/integration/channel-connector/whatsapp/how-to-add-new-whatsapp-channel-rule.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.
