# Registered entries

When a customer logs in, the app displays registered entries, such as product registrations or claims, provided the customer has previously submitted product registration or claim forms.

If the customer is not logged in or has no registrations or claims, the registered entries will not be visible.

<img src="/files/d5GImKzrdgVR48TibRBe" alt="Registered Entries Screenshot" data-size="original">

The columns displayed in the registered entries correspond to the fields defined in the form.

### Customizing Registered Entry Columns

You can customize the columns to display only specific ones.

To do this:

1. Navigate to **App admin > Forms**.
2. Select the desired form.
3. Go to **Settings > General > Customize registered entry columns**.
4. Enable the feature and select the columns you want to display.

<img src="/files/1ar3N8bhjuE2HKUdeImZ" alt="Customize Columns Screenshot" data-size="original">

### Actions Column

The actions column allows customers to perform specific actions on a registered entry.

By default, if a form is configured for claims, a "Make a Claim" button will appear. This button opens the claim form with product information prefilled from the current entry.

To change the form linked to the "Make a Claim" button:

1. Go to **App admin > Forms**.
2. Select the desired form.
3. Navigate to **Settings > General > Frontend - registered listing**.
4. Configure the "Make a Claim" action to link to the desired form.

<img src="/files/P06BZUZRkcszlwJW2rVN" alt="Actions Column Screenshot" data-size="original">

It's also possible to have a Print action, that will print out the entry/registration in a pdf, but this function need to enable in the admin, see print entry for more detail.

#### Adding Extra Actions

You can add custom actions to the actions column, such as links to external URLs (e.g., lifetime warranty claims or other actions).

To add custom actions:

1. Go to **App admin > Forms**.
2. Select the desired form.
3. Navigate to **Settings > General > Custom actions**.
4. Add new actions as needed.

<img src="/files/tL53y7QvatPHPGCDx0qT" alt="Custom Actions Screenshot" data-size="original">

Once added, the extra actions will appear in the frontend registered entries.

<img src="/files/SCc5C4CFJb6TMfXN8r5Q" alt="Extra Actions Screenshot" data-size="original">

If you encounter any issues with this feature, please let us know.


---

# 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://doc.product-reg.varify.xyz/frontend-page/registered-entries.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.
