> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/landing-page/landing-page-zh/design/prepare/figma-ui-license.md).

# Figma/TDS Mobile UI Kit 许可证

（英文版本如下）

如果韩文版本与英文版本之间存在任何差异或不一致，应以韩文版本为准。

**1. 许可授予**

本许可规定了 Apps-in-toss Figma UI Kit（以下简称“本 UI 套件”）的使用条件。下载、复制或使用本 UI 套件，即视为您已同意本许可中的全部条款。本许可可由 Viva Republica Inc. 视情况自行修改，无需事先书面协议。

**2. 使用范围及限制**

允许的使用：

* 用于 Apps-in-toss 的应用程序开发
* 在为 Apps-in-toss 开发的应用程序内进行设计工作
* 为 Apps-in-toss 应用程序制作原型

禁止的使用：

* 将本 UI 套件或其部分组件用于其他项目、产品或服务
* 将本 UI 套件或其部分组件用于商业用途（包括出售、向第三方提供等）
* 复制、修改、编辑或改编本 UI 套件或其部分组件
* 复制、修改、编辑或改编本 UI 套件或其部分组件，并将其用于其他项目、产品或服务，或用于商业用途（包括出售、向第三方提供等）
* 重新分发本 UI 套件或其部分组件

**3. 知识产权**

本 UI 套件中包含的所有品牌资产、徽标及视觉元素均受著作权法和商标法保护。对本 UI 套件及其中包含的所有设计资产、组件、样式等的所有权利、所有权及权益均归 Viva Republica Inc. 所有。本许可仅授予有限的使用权，不转让任何知识产权。

**4. 免责声明**

本 UI 套件按“原样”提供。版权所有者不对本 UI 套件的准确性、完整性、适销性、特定用途适用性或不侵权作出任何明示或默示保证。

**5. 责任限制**

在法律允许的最大范围内，版权所有者对因使用或无法使用本 UI 套件而产生的任何直接、间接、偶然、特殊或后果性损害不承担任何责任。

**6. 许可终止**

如果您违反本许可的任何条款，本许可将立即自动终止。终止后，您必须立即停止对本 UI 套件的一切使用，并永久删除您持有的所有原件和副本。

***

### **适用于 Apps-in-toss 的 TDS Mobile UI Kit 许可协议**

如果韩文版本与英文版本之间存在任何差异或不一致，应以韩文版本为准。

**1. 许可授予**

本许可规定了 Apps-in-toss Figma UI Kit（以下简称“本 UI 套件”）的使用条款和条件。下载、复制或使用本 UI 套件，即表示您同意此处所述的全部条款。本许可可由 Viva Republica Inc. 视情况自行修改，无需事先书面同意。

**2. 允许与禁止的使用**

允许的使用：

* 为 Apps-in-toss 开发应用程序
* 在为 Apps-in-toss 开发的应用程序中进行设计工作
* 为 Apps-in-toss 应用程序创建原型

禁止的使用：

* 将本 UI 套件或其任何部分用于任何其他项目、产品或服务
* 将本 UI 套件或其任何部分用于商业用途，包括出售、分发或向第三方提供
* 复制、修改、编辑或改作本 UI 套件或其任何组件
* 复制、修改、编辑或改作本 UI 套件或其组件，用于其他项目、产品或服务，或用于任何商业目的（包括出售或向第三方提供）
* 将本 UI 套件或其任何组件重新分发给任何第三方

**3. 知识产权**

本 UI 套件中包含的所有品牌资产、徽标和视觉元素均受版权法和商标法保护。本 UI 套件及其资产、组件和样式的所有权利、所有权和权益均归 Viva Republica Inc. 所有。本许可仅授予有限的使用权，不转让任何知识产权。

**4. 保证免责声明**

本 UI 套件按“原样”提供，不附带任何明示或暗示的保证，包括但不限于准确性、完整性、适销性、特定用途适用性或不侵权的保证。

**5. 责任限制**

在法律允许的最大范围内，版权所有者对因使用或无法使用本 UI 套件而产生的任何直接、间接、附带、特殊或后果性损害不承担责任。

**6. 终止**

如果您违反本许可的任何条款，本许可将自动终止。终止后，您必须立即停止对本 UI 套件的一切使用，并永久删除您持有的所有副本。


---

# 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://developers-apps-in-toss.toss.im/landing-page/landing-page-zh/design/prepare/figma-ui-license.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.
