# Install AI Agents

### What is this?

The **Install Agent** section allows you to publish your AI Agent to the desired communication channels. Whether it’s a public-facing website, an internal app, or a messaging platform, this section provides the scripts, instructions, and integration options to go live effortlessly.

***

### Why is it beneficial?

* **Multi-platform support**: Deploy across web, mobile, and messaging platforms
* **Code & no-code options**: Use scripts, URLs, or onboarding tools based on technical comfort
* **Developer collaboration**: Share code directly or contact support for setup

***

### How to configure it

1. Log in to [**https://app.botpenguin.com/**](https://app.botpenguin.com/).
2. Navigate to **Agents** from the sidebar, select your agent, and open the **Install Agent** section.

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

3. On the **Choose the Channel** page, pick one of the five available deployment methods:

***

#### 1. **Website**

* Select **Website**, then click **Next**.
* Choose your platform: *Custom Built*, *WordPress*, *Shopify*, *Wix*, *Squarespace*, or *Not Sure*.
* Copy the provided **Agent Installation Script** using the **Copy** button.
* Paste the script into your website's HTML.
* Enter the **website URL** where the agent will be installed and click **Verify**.
* If needed, enter a **developer email** to send installation instructions or click **Ask BotPenguin Support Team** to get assistance via WhatsApp.

[Install Agent on Website](/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents/install-agent-on-website.md)

***

#### 2. **Landing Page**

* Select **Landing Page**, then click **Next**.
* Click **Test** to preview your agent's landing page.
* Or, copy the **Landing Page URL** and share it wherever you want your chatbot to be accessed.

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

***

#### 3. **WhatsApp**

* Select **WhatsApp**, then click **Next**.
* Ensure all prerequisites are met:
  * Registered business
  * Valid website
  * Valid payment method
  * Compliant use case (per WhatsApp Commerce Policy)
  * Phone number with no active WhatsApp account
* Click **Proceed** for onboarding.
* Choose to:
  * **Continue with Facebook** for automated onboarding
  * **Connect WhatsApp Number** using your API key

[Install Agent on Whatsapp](/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents/install-agent-on-whatsapp.md)

***

#### 4. Instagram

* Select Intagram, then click **Next**.
* Ensure all prerequisites are met:
  * Instagram Business account
  * Instagram login credentials of instagram or facebook connected account

[Install Agents on Instagram](/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents/install-agents-on-instagram.md)

***

#### 5. Telegram

* Select Telegram, then click **Next**.
* Ensure all prerequisites are met:
  * The agent must have an **active Telegram account**
  * Telegram should be installed on:
    * Mobile (Android / iOS) **or**
      * Desktop / Web version
  * The agent must be logged in and reachable

***

#### 4. **Embed in Mobile App**

* Select **Embed in Mobile App**, then click **Next**.
* Choose your platform: *iOS*, *Android*, *React Native*, or *Others*.
* Copy the **code snippet** and embed it in the HTML view of the selected platform.
* Optionally, send it to a developer via email or ask BotPenguin’s Support Team for integration help.

***

#### 5. **iFrame Code**

* Select **iFrame Code**, then click **Next**.
* Copy the **embed code** and paste it into any HTML section where you want the chatbot displayed.
* You can also email the code to a developer or request help from BotPenguin Support.

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

***

### Need Help?

If your agent doesn’t show up after installation or you encounter code-related issues, contact us at [**support@botpenguin.com**](mailto:support@botpenguin.com) or reach out directly via the WhatsApp Support option. We typically respond within 48 business 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/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents.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.
