# General Settings

An overview of the **General Settings** page. To view, go to **App Admin > App Settings > General**.

## Settings for App Behavior

### Admin/Notification Email

By default, a notification email is sent to the shop admin on new product registration. This is the email address where notifications for form submissions, export registrations, etc., will be sent.

### Default Country

The default country in the customer address form when customers fill in their address on the frontend.

### Find Serial Number Intro

Text for the "Find Serial Number" page.

### API Access Token

More details can be found in the [API](/advance/api.md) documentation.

### Custom CSS

By default, the app will inherit the styling from the site's theme. If the default styling is not satisfactory, custom CSS/styling code can be added here to improve the appearance.


---

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