> 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/youtube/create-a-new-channel-of-youtube.md).

# Create New Channel of YouTube

This section explains how to create a new inbox email channel by following the steps described below.

Go to the **Integration** menu and click the **Channel Connector** menu, then you will see a channel connector page such images below.

![Channel Connector](/files/30Cm9QKq0En9z05b8sPc)

On the channel connector page, click the **'Plus'** button on the channel YouTube, and then you will see a pop-up channel setting.&#x20;

![Channel Setting](/files/SL1lttggBhnxmrr0F31R)

Copy and paste the channel youtube name **'3Dolphins Developer'** into the youtube channel settings page.

![Channel Name](/files/gE2LkivfMdexG1kh188D)

Channel youtube name **'3Dolphins Developer'** can be found on your profile icon or on your account settings like in the image below.

![Channel YouTube Name](/files/chsDW8wfly3fB1dzbJhV)

Then, copy and paste the channel id of your youtube account into the youtube channel settings page.

![Channel ID](/files/q4PrAMJvP154ZM7dOhml)

To find your youtube channel I&#x44;**,** go to the settings page and select the **'Advanced Settings'** menu. See the image below.

![Advanced Settings](/files/MpbTchTHjGpQkBMAArMi)

Upload your JSON Credentials by clicking the **'Choose'** button. Then, click **'Upload'**.&#x20;

![Upload JSON](/files/qG1HCJYW67nKfMxFECsj)

Download your JSON Credentials (Go to [https://console.developers.google.com/apis/credentials](https://console.developers.google.com/apis/credentials?project=inmotion-document) and select your project), then you are redirected to the credentials screen). See the image below.

![Credentials](/files/-MVPt-h3Uou8kWxpXTwq)

Click the 'Pencil' icon to edit on the OAuth 2.0 Client IDs or you can click your OAuth 2.0 Client IDs name, and you can find the button to **'Download JSON'**.

![Download JSON](/files/-MVPtdnN19kVTHG-eAx-)

Click the **'Authorize'** button after your upload is done. Then, you will be asked to select your account google on the pop-up screen.

![Google Account](/files/4rQfgfleTkELjslg1jlx)

On the pop-up, click the **'Proceed'** button.

![Youtube Authorization Completed](/files/ayLHZQq6svjj5OworXvZ)

Then, click the **'Save'** button.

![Save Channel Setting](/files/quGcSqzqPJCZoCtvWbPm)

Added youtube channel **'3Dolphins Developer'** successfully.

![Add New YouTube Channel](/files/WstS7Ca8Ard5jyQYD5vH)

**Component Explanation:**

| No. | Component               | Description                                                                                              |
| --- | ----------------------- | -------------------------------------------------------------------------------------------------------- |
| 1.  | Channel Name            | Name of your youtube channel. Hover on the channel name to view the channel port.                        |
| 2.  | Channel ID              | An ID, you register with 3Dolphins. Each channel registered in OmniChannel 3Dolphins has a different ID. |
| 3.  | Channel Config Button   | Click to edit LOB that can access this youtube channel.                                                  |
| 4   | Delete Button           | Click to delete this channel.                                                                            |
| 5   | Online / Offline Button | Click to turn on or off the channel. Red means offline, Green means online.                              |
| 6   | Refresh Button          | Refresh your channel at any time to ensure you are always up to date with the refresh button.            |


---

# 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/youtube/create-a-new-channel-of-youtube.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.
