# Self-Service Claims

## Overview

The Self-Service Claims feature allows customers to easily report missing parcels and submit a Declaration of Non-Receipt (DNR) directly through a branded returns portal with all claim information stored in the tracking record. Based on this data, a process can be triggered to automatically send all claim details and uploaded files via email to your customer service team to deal with the request.

The feature consists of two elements:

* Reporting a missing parcel when the whole parcel is not received
* Providing a DNR form that customers can download and fill out before uploading to submit a claim

{% hint style="info" %}
Both parts of the feature can be used individually, offering flexibility for different operational needs.
{% endhint %}

### Key Benefits

Using Self-Service Claims provides customers with a guided process to report missing parcels or upload required claim documents, reducing friction when submitting claims and improving their experience. While for retailers, the feature streamlines processes and minimizes manual effort for customer service who automatically receive all claim data to help them resolve claims issues quicker.

## Configuring the Self-Service Claims Feature

The following sections describe the configuration required for the Self-Service Claims feature.

### Customer Requirements

For the feature to work, you need to provide the following:

* For configuring reporting a missing parcel:
  * Define the thresholds (in hours) before a claim can be made for the following use cases:
    * Lost in transit - number of hours after shipping or order date before a claim can be made
    * Delivered not received - number of hours after the delivery scan before a claim can be made
  * Agree to the customer-facing text for this section (for example: the message shown to customers advising when they can submit a request).
* For configuring the claims page/DNR form:
  * Provide the DNR form from the carrier (that is: a standard DNR form or carrier-specific form)
  * Agree to the customer-facing text for this section (for example: instructional information for completing the DNR form)

### Implementation Process

To activate this feature, please contact your parcelLab representative with the information specified under the [Customer Requirements](#customer-requirements) section.

## Using Self-Service Claims

This section describes the process of submitting a claim using the Self-Service Claims feature.

{% tabs %}
{% tab title="Threshold Message" %}

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2FaofgOXnZYlkgFjAYxJtz%2FThresholdExampleLIT.png?alt=media&#x26;token=22da3656-3a0d-40c4-a245-6329d009ad8e" alt=""><figcaption></figcaption></figure>

You can set thresholds for when a claim can be made, covering both "Lost in Transit" and "Delivered not Received" scenarios. Before the threshold expires, customers are shown a message advising when they can return to submit the request.
{% endtab %}

{% tab title="Report Missing Parcel" %}

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2FGFMcDcAhHQk8LcRXepYS%2FMissingParcelButton.png?alt=media&#x26;token=f3980552-4e11-4d28-9f8f-78b3adf32f53" alt=""><figcaption></figcaption></figure>

Customers can select the Report Missing Parcel option to initiate a claim. Depending on the configuration, they may see a message that request can be submitted after a defined time period (for example: 7 days). When the option is available, the claim can be submitted directly in the Returns Portal.
{% endtab %}

{% tab title="DNR Form" %}

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2FCHPSayxwgNMaGDTcdc40%2FDNRUploaded.png?alt=media&#x26;token=2afc7d62-32f8-416e-9c10-bce99f5b4581" alt=""><figcaption></figcaption></figure>

From here, customers can download the DNR document, complete the form, and upload it directly back in the Returns Portal.

After uploading the DNR document, claim information is automatically saved in the tracking and can be shared with customer service via email (for example: a notification email with all claim details and attachments) to support them in handling the customer claim.
{% endtab %}
{% endtabs %}


---

# 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.parcellab.com/docs/retain/returns-portal/features/self-service-claims.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.
