# Add registrations for customer

This functionality allow shop admin add registrations for customer without sending out **emails to customer**, this is often the case when registration is collected or migrate exiting registration etc.

This process is very easy, essentially involve 3 steps.

1. Tag the admin user with "**product-registration-admin**"
2. Login to shop frontend with admin user with the tag
3. Go to registration page and do registration

Tag admin user

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

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

then login as the admin user on the **shop front** (not shopify admin), then go to the registration page like normal customer.


---

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