# App Settings

The **App Settings** page is where users can view and change settings for the app. The settings types include **General**, **Statuses**, **Integrations**, and **Languages**.

![](/files/sCcfXQwZYuybobrhOKOc)

## Settings Overview

### General Settings

**General Settings** is where users can view or update settings related to the app's behavior. This includes options for email notifications, default country, timezone, date format, and more.

### **Statuses**

The **Statuses** setting is where form statuses are managed. Users can view and edit the default statuses (Processing, Confirmed, and Unqualified). To create a new status, select **Statuses > Add Status**.

### Integrations

The **Integrations** setting is where connections to other apps and services are managed. Users can configure and maintain integrations with various third-party applications to enhance the app's functionality.

### Languages

The **Languages** setting allows users to manage the languages available in the app. Users can customize the app by enabling multiple languages if supported. If no additional languages are configured, the app will default to English.


---

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