# Onboarding

Blotout Cloud channels provide a straightforward setup process, utilizing an App Token, App Name, and Collection Endpoint URL to connect your data to your private cloud infrastructure. This connection enables your site to stream events into your dedicated Blotout Cloud instance, providing comprehensive analytics and data processing. Let's walk through the steps.

### Video Guide

{% embed url="<https://www.loom.com/share/d138cbc7f0f04632bb629cbefeb23851?sid=d4fe0f30-a443-410f-966a-cc581ebd3d68>" %}

### 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 configure your app credentials and collection endpoint.

<figure><img src="/files/1oJGxT7bw6aaZtOm62ka" alt=""><figcaption></figcaption></figure>

### Get App Name and Token <a href="#get-app-name-and-token" id="get-app-name-and-token"></a>

Navigate to your Blotout Cloud dashboard and click on **Engineering** in the left menu to access the Apps management section.

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

On the Apps page, click **Add App** to create a new application configuration for EdgeTag integration.

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

In the pop-up dialog, configure your app with the following information:

* **Name**: Enter a descriptive name for your app (e.g., "Website Events" or "EdgeTag Integration")
* **Platform**: Select the platform you are sending data from (typically "Web" for website implementations)
* **ID**: Enter your site domain name

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

Click **Save** to create the app. Once saved, you'll see your new app listed in the Apps table with the corresponding **App Name** and **App Token** values displayed.

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

Copy both the **App Name** and **App Token** from the table and enter them into the corresponding fields in EdgeTag.

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

### Get Collection Endpoint URL <a href="#get-collection-endpoint-url" id="get-collection-endpoint-url"></a>

The Blotout team provides the **Collection Endpoint URL** as part of your onboarding process. If you don't have your Collection Endpoint URL, contact your Blotout team or check the deployment confirmation email sent during your cloud infrastructure setup.

After entering your App Token, App Name, and Collection Endpoint URL, click **Save & Deploy** to finalize the integration. Congratulations, the setup is now complete. EdgeTag will now send server-side events to your Blotout Cloud instance.


---

# 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/blotout-cloud/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.
