> For the complete documentation index, see [llms.txt](https://webile-studio.gitbook.io/webile-news/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webile-studio.gitbook.io/webile-news/untitled.md).

# Customize App

## Project Structure

After importing project successfully and Open the project folder in textEditor(ex. Visual Studio) and you will get project structure like below image

Within app module, files are shown in the following groups:

![Project Structure](/files/-LSUQPAdUrvbMUPqeGtw)

### Change App name

#### Change App Name in IOS

Go to the **app** > **Project** > Project from **TARGETS** > **General category** > **Bundle Identifier**

<div align="center"><img src="/files/-LSUVd8XUuXW9gpLcD7i" alt="change app name in iOS"></div>

#### Change App Name in Android

Go to the **App > res > values > strings.xml**

![change app name in Android](/files/-LSUYZmcJrHxVCtS8boA)

### Change App Package Name <a href="#change-app-package-name" id="change-app-package-name"></a>

Please follow this link steps :

{% embed url="<https://www.npmjs.com/package/react-native-rename>" %}

### Change API URL <a href="#change-api-url" id="change-api-url"></a>

Change the **Base Url** for inside the&#x20;

Go to the **WEBILENEWSRN** > **src** > **Config** > **index.js**

Replace the base url : "<http://itechnotion.in/webile-news/>" to url: ''your base url '

![change base url](/files/-LSUbMFTBw_orpT975nh)

### **Contact Us form configuration**&#x20;

[**Download zip**](http://itechnotion.in/wp-plugin/api.zip) [**here**](<http://itechnotion.in/wp-plugin/api.zip >) from this [**link**](<http://itechnotion.in/wp-plugin/api.zip >) and put in root directory of server then unzip it in root directory. It will add that custom API files in api directory.\
Example:\
<http://www.yourdomain.com/API> (Root directory of WordPress)\
`SITE_URL/api/contact_us.php`

&#x20;**`Post parameters:`**

&#x20;`1) name`

&#x20;`2) email`

&#x20;`3) message`\
\
\&#xNAN;*Note: Contact us form data will be sent to admin email of WordPress website.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://webile-studio.gitbook.io/webile-news/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
