> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/installation/shopify/adding-a-channel.md).

# Adding a channel

As the next step, we would like to add your first channel. We support many different channels; for demo purposes, we will add Meta, as it is our most popular channel.

### Video guide

{% embed url="<https://www.loom.com/share/b93f3e61f0c647148b3962f6cf96481b>" %}

Adding a channel is really simple. You will need to select the channel in the Channels section. In our case, we will select Meta.

<figure><img src="/files/93HPGxys9gyXZuNSfOXm" alt=""><figcaption></figcaption></figure>

When filling out the channel form, please provide a name for the channel. We recommend choosing a name that clearly describes your connection. This will be useful in the future, especially if you have multiple connections for the same channel.

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

We also offer the option to restrict the channel to a specific geographic location (this is optional). This allows you to create region-specific pixels with a straightforward configuration. If you have customers from both the US and the EU, you can separate them by creating two different pixels and targeting them accordingly.

Once you have entered the name, click on "Authenticate." This will redirect you to the Facebook authorization flow, where you will need to confirm your identity and grant the necessary permissions for our system to function correctly.

<figure><img src="/files/HpQ5XSz6FGJtM1Ysb0Ds" alt=""><figcaption><p>Facebook permissions</p></figcaption></figure>

After completing the Facebook process, you will be redirected back to our app to complete the channel setup.

Now we need to add the Dataset ID and advertiser ID. You can find detailed documentation in our [Meta onboarding link](/channels/meta/onboarding.md).

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

After providing both IDs, click Update to successfully add your first channel.


---

# 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.edgetag.io/installation/shopify/adding-a-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.
