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

# What Is LINE LIFF?

### <mark style="color:blue;">The concept of LINE LIFF:</mark>

LINE LIFF (LINE Front-end Framework) is a web application framework provided by LINE that enables developers to build web applications within the LINE app.

With LIFF, developers can embed custom web applications in LINE chat windows and interact with users through various LINE features, such as accessing users' LINE information, sending messages, and sharing content.

### <mark style="color:blue;">LINE LIFF features:</mark>

* **Embedded web applications**

  Embed web pages in LINE so that users can open and use them directly in chats or other contexts.
* **Access to LINE features**

  Use the LIFF API to retrieve basic user information (such as the user's name and LINE User ID) or access LINE features such as sending messages and adding friends.
* **Cross-platform support**

  LIFF applications can be used on various devices, including mobile devices (iOS and Android) and desktop browsers, wherever LINE is supported.
* **Easy development and deployment**

  Developers only need to deploy a web application and register it on the LINE Developers platform to make it easily accessible to users through LINE.

### <mark style="color:blue;">**LINE LIFF use cases:**</mark>

* **Membership systems**
  * Connect membership data through LIFF so users can log in and link their LINE accounts with one click.
* **E-commerce**
  * Provide product listings and shopping cart features in chats, integrated with payment workflows.
* **Marketing campaigns**
  * Create interactive campaign pages, such as prize draws and surveys, that users can participate in and share with friends.
* **Customer service**
  * Embed inquiry systems or chatbot interactions to provide real-time responses.


---

# 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/en/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.
