> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable.md).

# Connections in Channable

In Channable, a connection links your account to an external platform, such as a webshop, marketplace, or advertising network. Connections allow Channable to receive and send product and order data, sync orders, and manage campaigns on the platform you’re using.

### What do connections do?

Connections serve three main functions:

* Send data from Channable to a platform.
* Verify your account with the connected platform (e.g. webshop, seller account).
* Provide platform-specific requirements for listing your products.

{% hint style="warning" %}
**Important:** Creating a connection won’t slow down or negatively impact your webshop performance, existing advertisements and/or listings. No updates or changes are made until you activate and run a channel.
{% endhint %}

### Different types of connections

#### Import connections

**Use:** To bring product data into Channable

Import connections connect Channable to where your product catalog is hosted—usually your webshop. Once connected, Channable can pull your product data in automatically.

#### Advertising connections

**Use:** To run ad campaigns from Channable on ad platforms (e.g. Google ads, Amazon ads)

Advertising connections allow Channable to create ad campaigns for advertising tools. These connections sync with your existing ad accounts and help you optimize your listings for paid campaigns.

#### Marketplace connections

**Use:** To list products on marketplaces (e.g. Amazon, bol)

To list on a marketplace through Channable, you need to connect your Channable account to that specific marketplace’s seller account. This validates your account and lets you send product listings.

Some marketplaces require a separate connection per region.

For example:

For Amazon, you need a different Amazon connection per region, as you need an Amazon account for each storefront (e.g. French Amazon account to sell on Amazon in France \[amazon.fr])

#### Order connections (add-on for Marketplaces)

Use: To sync orders between Channable and your webshop

Order connections send and sync order data (stock levels, shipping status, tracking information) from the marketplaces you’re listing on back to your eCommerce platform.


---

# 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://helpcenter.channable.com/get-started/getting-started/connections-in-channable.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.
