# App Admin

The **App Admin** allows shop admins to manage registration forms or any additional **forms**, view all **registered products**, and access **customer information** for each registration. They can also view and change **settings** for the app.

The functionalities are divided into three parts: Forms, Serial Numbers, and Setttings.

## [Forms](/admin/forms.md)

The **Forms** page displays a list or table of all product registrations within the application.

## [Serial Numbers](/admin/serial-numbers.md)

The **Serial Numbers** page lists all serial numbers available in the system. You can view details of current numbers, add new numbers individually or via a CSV file, and delete numbers that are no longer needed.

## [Settings](/admin/settings.md)

The **Settings** page provides access to all general settings for the app, including plan and billing information. Admin users can manage user permissions and view shop data such as customer accounts, payments, and checkout information.


---

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