> 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/ja/lineliff/whatislineliff.md).

# LINE LIFF とは

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

LINE LIFF（LINE Front-end Framework）は、LINE が提供するウェブアプリケーションフレームワークで、開発者は LINE アプリ内にウェブアプリケーションを構築できます。

LIFF を利用すると、開発者は LINE のトーク画面にカスタムウェブアプリケーションを埋め込み、ユーザーの LINE 情報の取得、メッセージの送信、コンテンツの共有など、LINE が提供するさまざまな機能を使用してユーザーとやり取りできます。

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

* **埋め込み型ウェブアプリケーション**

  ウェブページを LINE に埋め込み、ユーザーがトークやその他の場面から直接開いて利用できます。
* **LINE 機能へのアクセス**

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

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

  開発者はウェブアプリケーションをデプロイして 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/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.
