> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/tech/maiagent-tech-ja/lineliff/whatislineliff.md).

# LINE LIFF とは

### <mark style="color:blue;">LINE LIFF のコンセプト：</mark>

LINE LIFF（LINE Front-end Framework）は、LINE が提供する Web アプリケーションフレームワークであり、開発者が LINE アプリ内で Web アプリを構築できるようにするものです。

LIFF を活用することで、開発者は LINE のトーク画面にカスタムの Web アプリを埋め込み、LINE が提供するさまざまな機能を利用してユーザーと対話できます。たとえば、ユーザーの LINE 情報の取得、メッセージの送信、コンテンツの共有などが可能です。

### <mark style="color:blue;">LINE LIFF の特長：</mark>

* **埋め込み型 Web アプリケーション**

  Web ページを LINE 内に埋め込み、ユーザーがトークやその他の場面で直接開いて利用できるようにします。
* **LINE 機能へのアクセス**

  LIFF API を使用することで、ユーザーの基本情報（ユーザー名や LINE User ID など）を取得したり、メッセージの送信や友だち追加といった LINE の機能を利用したりできます。
* **クロスプラットフォーム**

  LIFF アプリケーションは、スマートフォン（iOS および Android）やデスクトップブラウザなど、LINE がサポートするさまざまなデバイスで利用できます。
* **開発とデプロイが容易**

  開発者は Web アプリケーションをデプロイし、LINE Developers プラットフォームに登録するだけで、ユーザーが LINE を通じてそのアプリケーションを簡単に利用できるようになります。

### <mark style="color:blue;">**LINE LIFF の活用シーン：**</mark>

* **会員システム**
  * LIFF を使って会員データを連携し、ユーザーがワンクリックでログインして LINE アカウントを紐づけられるようにします。
* **E コマース**
  * トーク内で商品リストやカート機能を提供し、決済フローと連携させます。
* **マーケティングキャンペーン**
  * 抽選やアンケートなどのインタラクティブなキャンペーンページを作成し、ユーザーが参加して友だちに共有できるようにします。
* **カスタマーサービス**
  * 照会システムやボットとの対話機能を埋め込み、リアルタイムな応答を提供します。


---

# 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.maiagent.ai/tech/maiagent-tech-ja/lineliff/whatislineliff.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.
