# Android

### What is Install Mobile App Chatbot (Android)?

The **Android Mobile App Chatbot installation** enables you to integrate your BotPenguin chatbot directly into an Android application using **WebView**. This allows users to interact with the chatbot inside the app itself, providing real-time assistance, automated responses, and seamless support without leaving the application.

***

### Benefits of Install Mobile App Chatbot (Android)

* 📲 Native chatbot experience within Android apps
* 🤖 24/7 automated in-app customer support
* ⚡ Simple integration using Android WebView
* 🔐 Secure and controlled chatbot loading
* 🛠️ Flexible setup with developer or BotPenguin support

***

### How to Use Install Mobile App Chatbot (Android)

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

***

#### 1. Select Android as Your Mobile Platform

* 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 Android Platform.

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

***

#### 2. Copy the Android Installation Code

* Under **“Get Chatbot Installation Code”**, review the provided Android WebView code snippet.
* Click **“Copy”** to copy the complete code.

> This snippet loads your chatbot URL inside an Android WebView with JavaScript enabled.

<figure><img src="/files/1DEt3oXjcNpqsHkmFDyM" alt=""><figcaption></figcaption></figure>

***

#### 3. Add Code to Your Android App

* Open your Android project in Android Studio.
* Paste the copied code into the Activity or Fragment where you want the chatbot to appear.
* Ensure **WebView** and **Internet permissions** are enabled in your `AndroidManifest.xml`.

***

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

* Enter the developer’s email address in the **“Share Installation Code”** section.
* Click **“Send Email”** to share the chatbot installation code instantly.

***

#### 5. Request BotPenguin Installation Support (Optional)

* Click **“Help me in Installing ChatBot”** to raise an installation request with the BotPenguin support team.
* Our experts will assist you with the complete setup.

***

Once completed, the chatbot will be live inside your Android app and ready to engage users.

***

🎉 **Congratulations, you have successfully completed this section! You're one step closer to mastering BotPenguin.**

***

### FAQ's

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

<details>

<summary>Which Android versions are supported for chatbot installation?</summary>

BotPenguin supports Android versions that allow WebView with JavaScript enabled.

</details>

<details>

<summary>Do I need Android development knowledge to install the chatbot?</summary>

Yes, basic Android or Kotlin/Java knowledge is recommended for proper integration.

</details>

<details>

<summary>Can I place the chatbot on multiple screens in my app?</summary>

Yes, you can add the chatbot WebView to multiple Activities or Fragments.

</details>

<details>

<summary>Is the chatbot loaded inside a WebView?</summary>

Yes, the chatbot is embedded using Android WebView for a seamless in-app experience.

</details>

<details>

<summary>Will the chatbot affect my app’s performance?</summary>

No, the chatbot is lightweight and optimized for smooth performance.

</details>

<details>

<summary>Can BotPenguin handle the Android installation for me?</summary>

Yes, simply click **“Help me in Installing ChatBot”** to request support from our team.

</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/android.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.
