# Configure general settings

### How to configure general settings in your app?

The General settings section allows you to define how your app behaves and appears across different platforms. These settings vary depending on the app product you’ve selected—WordPress, WooCommerce, Custom, or Web to App.

{% embed url="<https://scribehow.com/shared/App_settings__jrc0a-JbS4imtpAgfWKrOQ>" %}

#### Step 1: Go to General settings

* From the app dashboard, navigate to [**Settings**](https://app.appmysite.com/app/settings) in the side menu

#### Step 2: Configure your general settings

* App name – This is the name of the app shown on the App Store or Play Store listing and on the native screens within the app, and can be changed anytime.&#x20;
* Product – Displays the type of solution your app is built on. You can change the product type using the Change button between WordPress, WooCommerce, Custom, and Web to App.

{% hint style="danger" %}
Changing the product type will reset certain app screens and features depending on the new product selection.
{% endhint %}

* Website – If you are using the WordPress, WooCommerce or Web to App product, the URL of your connected website will be shown here. You can change this at any point of time.&#x20;

{% hint style="danger" %}
If you're using a WordPress or WooCommerce solution, changing the website address will require reconnecting your website with the plugin.
{% endhint %}

* Country – Select the country associated with your app.
* Map coordinates – Specify the primary location of your app. Some features may require this information.
* Terms and conditions – Add a web link to your Terms and Conditions page. It’ll appear on your app’s user registration page if login is enabled.&#x20;
* Enable auto-translate –Enable to translate app content from other languages into the default language. Disabling this will keep all content in its original language.

{% hint style="warning" %}
This feature will automatically be enabled for Custom Apps and Web-to-App solutions.&#x20;
{% endhint %}

* Enable language selection – Lets app users manually select a preferred language from the app settings on their device.

{% hint style="warning" %}
When disabled, the app will not display a language selection option.
{% endhint %}

* Force app update – Prompt users to update the app when a newer version is available on the store.
* Enable offline mode – Enables caching of key app content, so limited functionality remains available without an internet connection.
* Prompt on exit – Displays a confirmation prompt when a user attempts to close or exit the app.

Hit Save when you are done.&#x20;


---

# 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.appmysite.com/app/settings/configure-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.
