# Onboarding

This channel can be added to a site without any additional configuration. Once added, it will scan every event payload sent to your tag and record payload validation errors in the **Channel Errors** section of the **Analytics** tab in the EdgeTag app.

{% hint style="danger" %}
Add this channel only while debugging issues or making changes to the payloads sent to your tag, and remove it when you're done, as this can increase processing time.
{% endhint %}

### Video Guide

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

### Adding the Channel

The Payload Validator channel will scan every payload for errors and report them while it is installed.

To add the channel, simply specify the channel's name and click **Save & Deploy**. This channel doesn't have any configurable options.

<figure><img src="/files/3VqHiLlEwHESUKQj3kA8" alt=""><figcaption></figcaption></figure>

### Reviewing Payload Errors

Once installed, you can click the **Analytics** tab in your site view page to navigate to the tag analytics.

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

Below, you should see a section called **Channel Errors**. If any errors are detected, they will be presented in this section with the name of the channel you provided. In this example, I used **Validator** as the name of the channel.

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

Clicking on the **validation** category will display a list of all payload errors and their corresponding payloads.

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

The error should describe a list of all errors for this payload. You can also inspect the original payload by clicking on the Payload icon, which opens up a full-screen popup containing the payload.

### Removing the Channel

Once you have resolved any payload errors detected, you can remove the channel by opening the channel configuration form and clicking the Delete button.

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

This will remove the channel and stop scanning incoming event payloads.


---

# 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/payload-validator/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.
