# Onboarding

Sailthru channels provide a straightforward setup process, utilizing an API Key and Secret to connect your marketing data with Sailthru's cross-channel platform. This connection allows your site to stream events for personalized marketing automation across email, web, and mobile channels. Let's walk through the steps.

### Add Channel <a href="#add-channel" id="add-channel"></a>

To add a channel, begin by entering the channel's name. We recommend choosing a name that clearly describes the channel you are adding. This will assist with debugging if any issues arise. Once you have entered the name, you'll need to get your API credentials from Sailthru.

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

### Get API Key and Secret <a href="#get-api-key-and-secret" id="get-api-key-and-secret"></a>

Navigate to your Sailthru account and access the **API & Postbacks Settings** page. This can typically be found under your account settings or setup section.

On the API & Postbacks page, look for the lock icon that contains your API credentials. Click on the lock icon to display your API Key and Secret.

Copy both the **API Key** and **API Secret** from the pop-up and return to EdgeTag. Enter these credentials into their respective fields in the EdgeTag integration form.

After entering your API Key and Secret, click **Save & Deploy** to finalize the integration.


---

# 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://docs.edgetag.io/channels/sailthru/onboarding.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.
