# Install your Mobile App Chatbot

### What is Install Mobile App Chatbot?

The **Mobile App Chatbot** allows you to integrate your BotPenguin chatbot directly into a mobile application. Based on your app’s development framework, BotPenguin provides platform-specific installation guidance to ensure smooth chatbot integration and optimal performance.

You can choose from **iOS**, **Android**, **React Native**, or **Other** depending on how your mobile app is built.

***

### How to Use Install Mobile App Chatbot

Follow the steps below based on the mobile platform used to build your app.

***

#### 1. Open Mobile App Chatbot Installation

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

1. Click on Bots from the Left menu and select the bot.

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

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

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

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

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

***

#### 2. Select Your Mobile Platform

Choose the platform that matches your app’s development environment.

{% content-ref url="/pages/vgPiWhnodvigbCbZrhwG" %}
[iOS (Swift / Objective-C)](/bots/website-mobile-app-bot/bot-setup-and-installation/install-your-chatbot/install-your-mobile-app-chatbot/ios-swift-objective-c.md)
{% endcontent-ref %}

{% content-ref url="/pages/zffu6LOgIx7euY3ERNPx" %}
[Android](/bots/website-mobile-app-bot/bot-setup-and-installation/install-your-chatbot/install-your-mobile-app-chatbot/android.md)
{% endcontent-ref %}

{% content-ref url="/pages/wlWJffVPP8KljoLB9xpJ" %}
[React Native](/bots/website-mobile-app-bot/bot-setup-and-installation/install-your-chatbot/install-your-mobile-app-chatbot/react-native.md)
{% endcontent-ref %}

{% content-ref url="/pages/oo4maqYkqO6GGMBY4rTi" %}
[Other / Native Apps](/bots/website-mobile-app-bot/bot-setup-and-installation/install-your-chatbot/install-your-mobile-app-chatbot/other-native-apps.md)
{% endcontent-ref %}


---

# 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.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.
