# Add registrations for customer

This functionality allows the shop admin to add registrations for customers without sending out **emails to customers**. This is often useful when registrations are collected in person or when migrating existing registrations.

## How to tag the admin user

1. Go to the Shopify customers admin and tag the user with the tag "**product-registration-admin**" (don't forget to save the change).

![](/files/-M4QrutyeitRmI-_ytR1)

2. Log in to the shop frontend (not the Shopify admin) using the tagged admin user credentials.
3. Navigate to the registration page.
4. Complete the registration process by filling in the required customer details and submitting the form.


---

# 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/admin/add-registrations-for-customer.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.
