# What is Mini-App?

Mini-Apps is packaged [External Request](/help-center/flow-builder/advanced-actions/external-request.md). In an external request action, you need to configure all the parameters, set inputs and outputs which can be a hassle. Besides, users without coding knowledge might don't know how to call an API correctly.

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

That's why Mini-App is here for you! With Mini-App, developers can package all the complex configurations and leave users with only input and output settings, just like any other integrated actions you used before! Moreover, people can share their Mini-Apps with other users and install Mini-Apps created by other users as well!

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

### Advantages <a href="#advantages" id="advantages"></a>

* Easy to manage
* Less maintenance
* Fewer mistakes
* More secure
* Use across flows, channels and even workspaces!

### Benefits <a href="#benefits" id="benefits"></a>

* Developer earn profits
* Users get handy tools

&#x20;

### What to do <a href="#what-to-do" id="what-to-do"></a>

&#x20;

**Mini-App Developers:**

* Create app & configure auth
* Add triggers, actions
* Save it
* Test it
* Submit for review
* Publish and appear in Mini-App Store

&#x20;

**Mini-App Users:**

* Download app
* Register with the tool to get API key
* Use it in any flow


---

# 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://docs.rapidbott.com/help-center/mini-apps/what-is-mini-app.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.
