> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/plugins/creating-your-own-plugin.md).

# Creating Your Own Plugin

### 🔌 **Introducing Plugins: Unlock True Native Power in Your AI-Generated Apps!**

**Finally — your AI app can do more than just&#x20;*****talk*****. It can&#x20;*****see*****,&#x20;*****listen*****,&#x20;*****move*****, and&#x20;*****connect*****&#x20;to the real world.**

For the first time in eMOBIQ AI, your generated applications can **access the full power of the device** they run on. Whether it’s an iPhone, an Android phone, or a web browser.

📸 **Take photos**\
📍 **Get live GPS location**\
📁 **Save files to device storage**\
📡 **Connect to Bluetooth devices**\
🔨**Create plugins** for payment gateways, IOT devices…and much more!

🔥 **This isn’t just an upgrade — it’s a game-changer.**\
With Plugins, your AI-generated app stops being a “chatbot with buttons” and becomes a **real, native-capable application**.

***

### What’s Inside a Plugin?

#### Understanding Plugin Details at a Glance

When you click **Details** on any plugin, you’ll see everything you need to decide **if it’s right for your app. No** coding experience required.

Here’s how to quickly understand what matters most:

#### 🔍 **1. What does this plugin actually do?**

{% hint style="success" %}
*Look for the **Description***
{% endhint %}

This short summary explains the plugin’s purpose in plain language.\
Example: *“The Camera Plugin lets users take photos using their phone's camera”*

***

#### 📱 **2. Will it work on my target platform?**

{% hint style="success" %}
*Check **Platform Support***
{% endhint %}

Plugins may work on **iOS**, **Android**, **Web**, or all three.\
Example: *Camera Plugin → iOS ✅ | Android ✅ | Web ❌*

⚠️ **Important**: If you’re building a mobile app, make sure the plugin supports **both** iOS and Android, unless you’re targeting only one

***

#### 🛡️ **3. Is it safe and trustworthy?**

{% hint style="success" %}
*Check the **Author***
{% endhint %}

* **Official (eMOBIQ)**: Built and maintained by our team. Fully tested, secure, and guaranteed to work
* **Third-Party**: Created and published by enterprise users. Review the description and usage examples before using in production

{% hint style="info" %}
**Best Practice**: For business-critical apps, prefer **Official plugins** unless a third-party plugin solves a unique need.
{% endhint %}

***

#### 🧪 **4. How do I use it in my app?**

{% hint style="success" %}
*Read the **Usage** examples*
{% endhint %}

You don’t need to write code—just tell the AI what you want!\
Example prompt:

```
I’ve added the Camera Plugin. When the user taps ‘Take Photo’, open the camera and 
show the picture afterward.
```

{% hint style="warning" %}
**Reminder**: After adding a plugin, always mention it in your prompt so the AI knows to use it!
{% endhint %}

***

### Plugin Access by Plan: Who Can Do What?

<figure><img src="/files/6V1KD0esWlVE3zMjll4R" alt=""><figcaption></figcaption></figure>

{% columns %}
{% column width="50%" %}
**💼 Professional Users**

Build internal plugins for your team, client apps, or private workflows. Perfect for businesses that need custom functionality without public distribution.
{% endcolumn %}

{% column width="50%" %}
**🏢 Enterprise Users**

Become a plugin publisher, share your innovations with the entire eMOBIQ ecosystem and establish your brand as a solutions leader.
{% endcolumn %}
{% endcolumns %}

***

### How to Create a Plugin

For Professional & Enterprise users, you may refer to our [official configuration guide](https://service.emobiq.com/)


---

# 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://docs.emobiq.com/emobiq-ai/readme/plugins/creating-your-own-plugin.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.
