> 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 Kit”）的使用条件。若您下载、复制或使用本 UI Kit，即视为您同意本许可的全部条款。本许可可由公司（Viva Republica Inc.）自行决定变更，无需另行书面协议。

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

允许的使用：

* 为 Apps in Toss 开发应用程序
* 在为 Apps in Toss 开发的应用程序中进行设计工作
* 为 Apps in Toss 应用程序制作原型

禁止的使用：

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

**3. 知识产权**

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

**4. 免责声明**

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

**5. 责任限制**

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

**6. 许可终止**

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

***

### **适用于 Apps in Toss 的 TDS Mobile UI Kit 许可**

如果韩语版和英语版存在任何差异或不一致，以韩语版为准。

**1. 许可授予**

本许可规定了适用于 Apps in Toss 的 Figma UI Kit（以下简称“本 UI Kit”）的使用条款和条件。下载、复制或使用本 UI Kit，即表示您同意其中规定的所有条款。未经事先书面同意，本许可可由 Viva Republica Inc. 自行决定修改。

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

允许的使用：

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

禁止的使用：

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

**3. 知识产权**

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

**4. 免责声明**

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

**5. 责任限制**

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

**6. 终止**

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


---

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