> 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/5.1.x/integration/channel-connector/whatsapp/create-new-whatsapp-channel.md).

# Create New Whatsapp Channel

This section describes for how to mechanism for add whatsapp channel, by doing the following steps :

Login as “**Administrator**“, click the “**Integration**” menu in the main menu and selecting “**Channel Connector**” to create and manage channels account.

![Channel Connector](/files/-MUwxp_dFbcISfdlgpB0)

On the channel connector page, click “**plus**” button in the channel whatsApp.

![Add WhatsApp Channel](/files/-MUwyEJk4OIAqcFzj7sx)

3Dolphins will be redirect you to pop up channel setting appears.

![Channel Setting](/files/-MUwyyFqyBDOWuL-D3Os)

**Field Explanation** :

* **Channel Name :** The name of our whatsapp channel.
* **Phone :** The phone number that **your** WhatsApp Business API client has registered.
* **Username :** Username of whatsapp business.
* **Password :** Password of whatsapp business (Must be a minimum of 8 characters and a maximum of 64 characters)
* **Guest Name :** The name which guests will see in their screen as sender.
* **URL API :** URL Whatsapp Business API to integrate with 3Dolphins.

![Add WhatsApp Channel](/files/-MUx5JWPZ4353mwTCeFf)

Add whatsapp channel successfully.

![WhatsApp Channel Created](/files/-MUx6XrBzK2Ni-weLWnT)

**Properties explanation :**

1. **Channel Name** : The name of our whatsapp channel. (Tricks : hover on top of channel name to view the channel port)
2. **Channel ID** : Channel ID
3. **Line of Business** : Click to view management API of this channel
4. **Channel URL Edit Button** : Click to edit channel URL. If connecting with proxy, please adjust the URL accordingly.
5. **Channel URL Copy Button** : Click to copy channel URL to clipboard.
6. **Delete Button**   : Click to delete the channel.
7. **Onlline / Offline Button** : Click to turn on or turn off channel. Red means offline channel and green means online channel.

Make sure channel url has been added port, (Hover on top of channel name to view the channel port, see the image below)

![View Channel Port](/files/-MUx71i8ZW-b1yVlOs65)

Update the URL channel by adding a port be obtained ‘**31041**‘. See the image below.

![Change URL Port](/files/-MUx7Xv7HzTxGlzwJHZR)


---

# 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/5.1.x/integration/channel-connector/whatsapp/create-new-whatsapp-channel.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.
