# Plugins

### Unlock Your App's Full Potential — No Code, No Limits

#### Make Your AI Apps Do More Than You Ever Thought Possible

Imagine telling an AI to build you an app that takes photos, tracks your location, or saves files to your phone and it actually works. That's the power of plugins.

**The Problem:** Without plugins, AI-generated apps are stuck in a sandbox. They can't touch your camera, access your GPS, or interact with device hardware. Your brilliant app idea? Limited to basic screens and buttons.

**The Solution:** Plugins are like giving your AI superpowers. With the click of a button, your app can do everything a professionally-coded app can do on iPhone, Android, and Web.

{% columns fullWidth="false" %}
{% column width="25%" %}

<p align="center"><strong>Access Hardware</strong></p>

Camera, GPS, File System, Bluetooth, Microphone, and so much more....
{% endcolumn %}

{% column width="25%" %}

<p align="center"><strong>Cross-Platform</strong></p>

Works on iOS, Android, and Web
{% endcolumn %}

{% column %}

<p align="center"><strong>AI-Aware</strong></p>

Tell the AI “use the Camera Plugin” — it knows how to call it, or reference to it using the reference button
{% endcolumn %}

{% column %}

<p align="center"><strong>No Coding Required</strong></p>

Just click “Add” and reference it for AI to generate the code that works for the different plugins
{% endcolumn %}
{% endcolumns %}

***

#### Using Plugins

Plugins can be accessed in our platform through a variety of ways.

1\) During project creation

<div data-full-width="true"><figure><img src="https://1183608340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUDFGj32EEDxm4CJ43yZ%2Fuploads%2Fgit-blob-6b002db418d6e4ac30b59954fa15b428dd3d9c7b%2F1%20(1).png?alt=media" alt="" width="563"><figcaption></figcaption></figure></div>

<p align="center"><sup>Click configure</sup></p>

<figure><img src="https://1183608340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUDFGj32EEDxm4CJ43yZ%2Fuploads%2Fgit-blob-683d0dbc5791667ea938899afd8426257500c02d%2F2%20(1).png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

<p align="center"><sup>To use the plugins, simply click activate on the plugin you wish to use</sup></p>

2\) In the home page

By clicking the Plugin button from the home page, you will be directed to the plug in page where you can browse various plugins to add to your plug to your account to be activated in your project.

<figure><img src="https://1183608340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUDFGj32EEDxm4CJ43yZ%2Fuploads%2Fgit-blob-fe90c41c931dc32a1a1e6a842b0b453aab83cf22%2Fplugin%20manager.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://1183608340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUDFGj32EEDxm4CJ43yZ%2Fuploads%2Fgit-blob-cb2e6de95ccc6eb1f1adadeb2b2f7ffb97766a17%2F4%20(1).png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

<p align="center"><sup>In this page you will be able to change the plugin's that are displayed OR activate/deactivate plugins for future projects.</sup></p>

3\) In Debug Agent

Clicking the Plugin icon followed by Details you can navigate to plugins page to activate or disable the plugins.

<figure><img src="https://1183608340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUDFGj32EEDxm4CJ43yZ%2Fuploads%2Fgit-blob-48b00e191a99f92039b61ab8d586afe54d0fe512%2Fslide%203.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Step 1: Tell the AI About Your Plugin

After adding a plugin, you must inform the AI:

```
Prompt Example:
“I’ve added the Camera Plugin. When the user taps ‘Take Photo’, use the Camera Plugin to capture an image and display it.”
```

The AI will now generate code that calls the plugin’s functions.
{% endstep %}

{% step %}
**Step 2: Reference the Plugin in Your Prompt (Optional but Powerful)**

You can reference specific functions directly:

```
Advanced Prompt Example:
“Use the File Plugin’s writeFile function to save the captured photo as ‘user-photo.jpg’ in the app’s internal storage.”
```

This gives you fine-grained control over how the plugin is use.
{% endstep %}
{% endstepper %}

***

### FAQ

**Q: Do I need to know how plugins work?**\
A: Nope! Just tell the AI what you want. It knows how to use every plugin.

**Q: Will my app work on real phones?**\
A: Yes! Plugins generate native code for iOS, Android, and Web.

**Q: How many plugins can I use?**\
A: As many as you need. Mix and match to build powerful apps.

**Q: What if I don't know which plugin to use?**\
A: Just describe your feature in plain English. The AI will recommend the right plugins.
