> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/apps/what-is-app.md).

# 什麼是應用？

在 YOOV PLUS 中，**應用**是承載業務邏輯的核心單元。您可以把它理解為一個專門為某項業務場景而搭建的「數碼工具箱」。

每個應用由以下元素組成：

| 元素        | 說明                            |
| --------- | ----------------------------- |
| **工作表**   | 用於存儲和管理結構化數據，類似於數據庫中的表格       |
| **視圖**    | 以不同方式展示工作表中的數據（表格、看板、日曆、甘特圖等） |
| **工作流**   | 自動化的業務流程，可在數據變更時自動觸發操作        |
| **自定義頁面** | 為應用打造專屬的操作介面和儀表板              |
| **角色與權限** | 控制不同成員對數據和功能的訪問範圍             |

舉個例子：您可以創建一個「客服工單」應用，其中包含工單記錄的工作表、按狀態分類的看板視圖、工單分配的自動化工作流，以及面向客戶的用戶門戶 — 這些都在同一個應用中協同運作。

無論是項目管理、客戶關係、進銷存、人事行政，還是其他業務場景，您都可以透過 YOOV PLUS 的無代碼方式快速搭建出符合需求的應用，無需編寫任何程式碼。


---

# 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.coreway.com/yoov-plus/apps/what-is-app.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.
