# Channels

## Overview

The Channels tab serves as the configuration hub for routing digests and alerts to the right team members. By connecting your communication tools, you ensure that critical updates from your data collections are delivered directly to where your team already works.<br>

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

It primarily supports Slack integration and Email as delivery methods. Once a channel is established, it becomes a selectable destination for Digests and Alerts.

## Creating New Data

\
Adding a new delivery destination requires a one-time setup, particularly for Slack which involves a third-party OAuth flow.

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

1. Click the + Add Slack channel button in the top right corner.
2. Authorize Slack: A new window will open directing you to Slack’s authorization page.
3. Select Workspace: Use the dropdown menu to select the specific Slack workspace you wish to connect.
4. Channel for Webhook: Search for and select the specific public or private channel where Birdie.ai should post messages.
5. Click Allow to finalize the permission grant.

## Removing Data

\
If a channel is no longer needed or was added in error:

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

1. Locate the channel in the Slack channels list.
2. Click the Trash icon on the far right of the channel row.
3. Confirm the deletion to immediately stop all transmissions to that specific Slack endpoint.

{% hint style="danger" %}
Deleting a channel stops all linked notifications. Reassign active alerts to another destination to ensure continued delivery.
{% endhint %}

## Troubleshooting & FAQs

* "App is not approved by Slack" Warning: You may see a red warning during installation. This occurs because the Birdie.ai app is being installed directly via a developer link rather than the public Slack Marketplace. You may need a Slack Admin to approve the installation.
* Channel Not Appearing: Ensure the Birdie.ai app has been invited to the channel if it is a Private Slack channel.
* Permissions: If notifications stop sending, check the "Review app permissions" section in Slack to ensure the integration hasn't been revoked.


---

# 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://ask.birdie.ai/admin-and-settings/notifications/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.
