# App Admin

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

The functionalities are divided into different 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

## Products

For manage products

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

Settings for the app

## Account

Manage account related settings e.g subscription


---

# 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://docs.productcares.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.
