# Registrations

## Registrations

![](/files/-M4QrwqsrL36dKRhmqt_)

## Product

If the registered product is in the shopify shop, the product name will be a link that link to that specific product in the product admin.

It will show normal text if the product is not on the system.

## Customer

When the registered customer is already existed on the system, it will show a link to the customer admin (email address is used to match existing customer on the system).

## Actions

#### View Details

Allow a more detail view for the specific registration - e.g Extra fields associate with the product and more detailed customer information.

#### Change Status

Able to change status for the specific registration, when the customer completed registration the status is default to request, however its possible to change to others like 'Confirmed' or 'Processed' for internal book keeping

![](/files/-M4QrwquWQ9jhB8qo9KA)

#### Delete Registration

Delete the selected registration

## Export as CSV

Export the current registration table as CSV file, the file will contain extra fields associate with the product. Its also possible to filter to specific entries by using the filter in the table.

### Add Registration

Once the add registration is enabled in the App > Settings > General > Show Add Registration, then the add registration button will be appear on the top right corner.

![](/files/-M4QrwqwOC9wOAynzcyd)

The is effectively the same as frontend registration from, however there are a few difference. e.g once the logged in user is have **product-registration-admin** (once the tag is there, then the **customer and admin won't receive any emails**)

![](/files/-M4QrwqyOODfm3wSMKUX)


---

# 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/v1-shopify-product-registration/admin/registrations.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.
