> For the complete documentation index, see [llms.txt](https://zinisoft-net.gitbook.io/zapes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zinisoft-net.gitbook.io/zapes/get-started-1/app-settings.md).

# App settings

### Link app to your Web

Go the project folder, open the file: **src\config\index.js** and change host to your WordPress site URL:

<div align="left"><img src="/files/-M6Suez8xgfGL0kVOWMr" alt=""></div>

### Config App name

&#x20;Open file `android/app/src/main/res/values/strings.xml` and change to your App name.

![](/files/-MA27s4hoTB8CRnYQOQa)

### Config build version and application ID

&#x20;Open file `android/app/build.gradle` and change to your name own.

![](/files/-MA28DHOQMfU1Y5dqNUN)

> <https://developer.android.com/studio/build/application-id>

### Change Splash screen Image

We use image size with 750 pixels wide and 1294 pixels tall

![](/files/-MA28d2UMyhuMogj-jN2)

Open file `android/app/src/main/res/drawable/splash.png`and change to your image.

Don't forget **clean cache** after change app info.

```
cd ./android 
/gradlew clean
```
