# App Admin

Allow shop admin to manage the registration forms or any additonal forms, view all registered products, customer information for each registration and view/change settings for the app.

The functionalities are divided into three parts:

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

A table show all product registrations

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

For manage serial numbers on the system

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

Settings for the app


---

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