# Creating a Channel

As a reminder, **Channels** provide target URLs for third-party services to send webhooks. When a webhook is received by a channel, it triggers a corresponding Shopify Flow. Channels act as the secure reception points for your external data, ensuring that each piece of information is properly routed to the correct automation workflow.&#x20;

### How to Create a Channel

1. Navigate to **Apps** on the left-hand menu bar of your Shopify Dashboar&#x64;**.**&#x20;
2. Select **Flow** then **Flow Plus**
3. Select **Create a Channel**&#x20;
   1. **Name** - this name will be used to identify the channel.&#x20;
   2. **Description** - (optional) leverage a Description to help identify the purpose of the channel.
4. Click **Create Channel**


---

# 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://support.flowplusapp.com/set-up/channel-configuration/creating-a-channel.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.
