# General Settings

Settings for the behavior of the app

### Admin/Notification Email

By default a notification email will send to shop admin on new product registration, this is the email address of the email will be send to where there are form submission or export registratioin etc

### Default Country

The default country in the customer address from when customer fill in the address on the frontend.

### Find serial number intro

Text for find serial number page

### API access token

More detail can be found in [API](/advance/api.md)

### Custom CSS

By default the app will inherit the styling from site's theme, sometimes it might not good as you wish, then custom css/styling code and be added in here to make it look better


---

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