# Channels

## Channels

Channels allow you to connect your chatbot or live chat application to different messaging platforms like Facebook Messenger, LINE, web chat, etc. This enables engaging with users across multiple channels from one interface.

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

From the Channels page, you can add, manage, and delete integration channels.

## Adding Channels

To add a new channel:

1. Click the **Add New Channel** button.
2. Select the channel type - Facebook, LINE, Webchat, Custom.
3. Follow specific channel instruction:
   * [Connect to Facebook Page](/amity-solutions/amity-bots-platform/channels/connect-to-facebook-page.md)
   * [Connect to LINE Official Account](/amity-solutions/amity-bots-platform/channels/connect-to-line-official-account.md)
   * [Using Webchat SDK](/amity-solutions/amity-bots-platform/channels/using-webchat-sdk.md)
   * [Connect to Custom Channel](/amity-solutions/amity-bots-platform/channels/connet-to-custom-channel.md)
4. Click **Connect** and enable the channel.

## Editing Channels

To edit an existing connected channel:

1. Find the channel in the list.
2. Click the edit icon for the channel.
3. For Custom and Webchat channels you can regenerate or revoke API keys and tokens.
4. Click **Connect** to save changes.

*Note:* Facebook and LINE channels cannot be edited after connecting.

## Deleting Channels

To remove a connected channel:

1. Find the channel in the list.
2. Click the delete icon.
3. Confirm by clicking **Delete**.

This disconnects and removes the channel integration.

## Filtering Channels

Use the channel type filter to display only channels of a certain kind:

* Facebook
* LINE
* Webchat
* Custom

Click **All Channels** to again display the full list.


---

# 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://docs.amitysolutions.com/amity-solutions/amity-bots-platform/channels.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.
