> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Define where your personalized content is displayed by adding channel nodes to your workflow

<img src="https://mintcdn.com/reelevant/amH2YHA9709Bju3v/images/workflows/channel-picker.png?fit=max&auto=format&n=amH2YHA9709Bju3v&q=85&s=980261495cdfd79e08116b553e9b0b1f" alt="Channel picker drawer showing all available channel types" width="1024" height="768" data-path="images/workflows/channel-picker.png" />

## What are Channels?

Channels are the starting nodes of a workflow. They define **where** the personalized content will be displayed — in an email, on a website, in a mobile app, or on a landing page.

Every workflow branch starts with a channel node and ends with an [output node](/product-guide/workflows/output-nodes).

<Tip>
  You can have **multiple channels** in a single workflow. For example, if your email newsletter has three personalized visual zones, simply add three Email channel nodes — one for each zone.
</Tip>

## Available Channel Types

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="/product-guide/workflows/channels/email">
    Renders a personalized visual for inclusion in email campaigns.
  </Card>

  <Card title="Web Image" icon="image" href="/product-guide/workflows/channels/web-image">
    Renders a personalized image for display on websites.
  </Card>

  <Card title="Web HTML" icon="code" href="/product-guide/workflows/channels/web-html">
    Renders a responsive HTML partial for embedding in web pages.
  </Card>

  <Card title="Landing Page" icon="browser" href="/product-guide/workflows/channels/landing-page">
    Generates a full landing page experience.
  </Card>

  <Card title="Push Notification Image" icon="bell" href="/product-guide/workflows/channels/push-notification">
    Renders a personalized image for push notifications.
  </Card>

  <Card title="In-App Popup" icon="window-maximize" href="/product-guide/workflows/channels/in-app-popup">
    Renders a personalized image for in-app popup overlays.
  </Card>

  <Card title="In-App Inbox" icon="inbox" href="/product-guide/workflows/channels/in-app-inbox">
    Renders a personalized image for the in-app inbox/message center.
  </Card>
</CardGroup>

## Messaging Channels

RCS and WhatsApp messages also carry personalised Reelevant content. Each has its own Channel, and you hand the resulting link to your messaging platform.

<CardGroup cols={2}>
  <Card title="Messaging overview" icon="comments" href="/product-guide/workflows/channels/messaging-overview">
    How messaging platforms display Reelevant content, and who owns what.
  </Card>

  <Card title="RCS" icon="comment-dots" href="/product-guide/workflows/channels/rcs">
    Personalised carousels and cards in RCS conversations.
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/product-guide/workflows/channels/whatsapp">
    Personalised visuals inside WhatsApp Business messages.
  </Card>
</CardGroup>

## Adding a Channel

<Steps>
  <Step title="Open the channel picker">
    Click the **Channel** button (smartphone icon) in the bottom toolbar. The entry picker drawer opens on the side.
  </Step>

  <Step title="Select a channel type">
    Choose the desired channel type from the list. You can either click to add it directly or drag and drop it onto the canvas.
  </Step>

  <Step title="Position and connect">
    The channel node appears on the canvas. Connect it downstream to [data nodes](/product-guide/workflows/data-nodes), [logic nodes](/product-guide/workflows/logic-nodes), and eventually to an [output node](/product-guide/workflows/output-nodes) to complete the branch.
  </Step>
</Steps>

## Tips

* Each channel node represents one **visual zone** in your final deployment. If you need three banners in an email, add three Email channels.
* Channels can share downstream data and logic nodes — you don't need to duplicate the entire flow for each channel.
* After publishing, each channel generates its own integration link in the [Integration modal](/product-guide/workflows/integration).
