# Other / Native Apps

### What is “Other” Mobile App Chatbot?

The **Other** option is designed for mobile applications built using **native Android (Java/Kotlin)** or any framework not explicitly listed (such as Flutter, Ionic, Xamarin, or custom SDKs).

BotPenguin provides a **WebView-based chatbot URL**, which can be embedded inside your mobile app to enable real-time conversational support.

***

### Benefits of Using Other Mobile App Chatbot

* 📱 Works with native Android & custom frameworks
* 🌐 Simple WebView-based integration
* 🤖 Full chatbot functionality inside your app
* ⚡ Quick deployment with minimal code
* 🛠️ Flexible for custom mobile architectures

***

### How to Install Mobile App Chatbot (Other)

Follow the steps below to integrate the chatbot into your mobile application.

***

#### 1. Select “Other” as Your Mobile Device

* Click on Bots from left menu then Select the bot.

<figure><img src="/files/oa0b9xkyL2dQTEpvmNQK" alt=""><figcaption></figcaption></figure>

* Now click on **“Install Your Chatbot.”**

<figure><img src="/files/217TVNbAGYBDZ983OBsj" alt=""><figcaption></figcaption></figure>

* Select the **“Mobile App Chatbot”** tab.

<figure><img src="/files/tosxXPCy5D8zc0XnUpWK" alt=""><figcaption></figcaption></figure>

* Select the Other Platform.

<figure><img src="/files/qBH3YtuaAH49fjfbo0jC" alt=""><figcaption></figcaption></figure>

***

#### 2. Copy the Installation Code

* Under **Get Chatbot Installation Code**, you’ll see a WebView code snippet.
* Click **Copy** to copy the installation code.

> This code loads your chatbot using a secure BotPenguin WebView URL with JavaScript enabled.

<figure><img src="/files/5hRzRQuyk3C4BHEvLR9V" alt=""><figcaption></figcaption></figure>

***

#### 3. Add the Code to Your Mobile App

* Open your mobile app project (Android or other framework).
* Paste the copied WebView code where you want the chatbot to appear (for example, a support screen).
* Ensure JavaScript is enabled in the WebView settings.

***

#### 4. Share Installation Code with Your Developer (Optional)

* Enter your developer’s email in the **Share Installation Code** section.
* Click **Send Email** to share the code instantly.

***

#### 5. Get Help from BotPenguin Support (Optional)

* Click **Help me in Installing ChatBot** to raise an installation request.
* The BotPenguin support team will assist you with the integration.

***

Once completed, your chatbot will be live inside your mobile application.

***

🎉 **Congratulations! You’ve successfully completed the Mobile App Chatbot installation using the “Other” option.**

***

### FAQ's

Here are some common questions asked regarding training with FAQ's:

<details>

<summary>Which platforms does the “Other” option support?</summary>

It supports native Android apps and any mobile framework that can load a WebView.

</details>

<details>

<summary>Is this chatbot compatible with Flutter or Ionic?</summary>

Yes, as long as your framework supports WebView embedding.

</details>

<details>

<summary>Do I need backend changes for this integration?</summary>

No, the chatbot runs independently via the BotPenguin WebView URL.

</details>

<details>

<summary>Can I customize the chatbot placement?</summary>

Yes, placement depends on how and where you embed the WebView in your app.

</details>

<details>

<summary>What if I face issues during installation?</summary>

You can click **Help me in Installing ChatBot** or contact BotPenguin support for assistance.

</details>

***

### Support

If you still have questions for our team, write to us at [**support@botpenguin.com**](mailto:support@botpenguin.com). We’ll get back to you within 48 hours.


---

# 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://help.botpenguin.com/bots/website-mobile-app-bot/bot-setup-and-installation/install-your-chatbot/install-your-mobile-app-chatbot/other-native-apps.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.
