# Unifi Apps Review Guidelines

## 1️⃣ Supported Service Versions

Unifi Apps supports the following **three versions**, and developers may choose the version(s) that best match their service strategy:

**Available Version Combinations**

* LINE MINI App & LINE Login LIFF & Web
* LINE MINI App & Web
* LINE Login LIFF & Web

📌 The review guidelines required will vary depending on the selected version(s).

📌 You can find more information about LINE Integration below:

* [LINE MINI App >](https://developers.line.biz/en/docs/line-mini-app/)&#x20;
* [LINE Login LIFF >](https://developers.line.biz/en/docs/liff/)

## 2️⃣ Review Guideline Selection Guide

Review Guidelines consist of:

* **Version-specific Review Guidelines**
* **Common Guideline: “How to Build Successful Unifi Apps”** (required for all)

Please select the correct guideline(s) based on the version(s) your Unifi Apps supports:

| Version         | Required Review Guidelines                      | Common Guideline                   |
| --------------- | ----------------------------------------------- | ---------------------------------- |
| LINE MINI App   | LINE MINI App Version Review Guidelines         | How to Build Successful Unifi Apps |
| LINE Login LIFF | LINE Login LIFF & Web Version Review Guidelines | How to Build Successful Unifi Apps |
| Web             | LINE Login LIFF & Web Version Review Guidelines | How to Build Successful Unifi Apps |

### 📌 Review Guideline Selection Examples

<table><thead><tr><th width="321.96875">Selected Version Combination</th><th>Required Guidelines</th></tr></thead><tbody><tr><td>LINE MINI App &#x26; LINE Login LIFF &#x26; Web</td><td><ul><li>LINE MINI App Version Review Guidelines</li><li>LINE Login LIFF &#x26; Web Version Review Guidelines</li></ul></td></tr><tr><td>LINE MINI App &#x26; Web</td><td><ul><li>LINE MINI App Version Review Guidelines</li><li>LINE Login LIFF &#x26; Web Version Review Guidelines</li></ul></td></tr><tr><td>LINE Login LIFF &#x26; Web</td><td>LIFF &#x26; Web Version Review Guidelines</td></tr></tbody></table>

## 📝 Notes for Developers

* If the LINE MINI App version is included, **both** guideline sets are required.
* All versions are strongly recommended to follow the Common Guideline.
* The guidelines serve as a **self-check checklist** before review submission.


---

# 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.unifi.me/unifi-apps-review-guidelines.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.
