# Use Mini-Apps

### Install App <a href="#install-app" id="install-app"></a>

Before integrating the app into your flow builder, you need to install the app even you are the creator of the app.

<figure><img src="/files/7ftTlaAx34HR8vhz2Wum" alt=""><figcaption></figcaption></figure>

Follow steps 1, 2 and 3. In the mini-app store, you can see all the apps published by Rapidbott or other users.

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

In the above screenshot,

* apps with a green label, e.g. "1.0.1" are apps published by others
* apps with a red "Draft" label, are apps created by you. Nobody can see it but yourself, until you publish it.

Click the blue "Select" button to view the app:

<figure><img src="/files/2OWbk2WSwwalLY2xbOiW" alt=""><figcaption></figcaption></figure>

You can preview the actions that the app provides along with descriptions, guidelines, etc. Click "Install" and a pop-up window will show if it requires an API key:

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

Fill in the key and click "Save".

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

You can also change a key by clicking the "Settings" button next to the App later. Besides, if the app requires access to your flow, you can see an "API Access" button in the above screenshot.

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

Before you use the app, do check which API the app wants to access and turn on the flow you allow it to access, otherwise, you cannot use some of its actions. In this way, you can keep your flows safe from unauthorized access.

Great job! Now you can find the app in your Action steps just like any other built-in integration.

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


---

# 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/use-mini-apps.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.
