> 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-en/design/prepare/figma-ui-license.md).

# Figma/TDS Mobile UI Kit License

(English version follows below)

In the event of any discrepancy or inconsistency between the Korean and English versions, the Korean version shall prevail.

**1. Grant of License**

This license sets forth the terms of use for the Apps-in-toss Figma UI Kit (hereinafter, “the UI Kit”). By downloading, copying, or using the UI Kit, you are deemed to have agreed to all terms and conditions of this license. This license may be changed at the discretion of the company (Viva Republica Inc.) without a separate written agreement.

**2. Permitted Use and Restrictions**

Permitted uses:

* Development of applications for Apps-in-toss
* Design work within applications for Apps-in-toss
* Prototyping applications for Apps-in-toss

Prohibited uses:

* Using this UI Kit or any part of its components in other projects, products, or services
* Using this UI Kit or any part of its components for commercial purposes (sale, provision to third parties, etc.)
* Copying, modifying, editing, or repurposing this UI Kit or any part of its components
* Copying, modifying, editing, or repurposing this UI Kit or any part of its components for use in other projects, products, or services, or for commercial purposes (sale, provision to third parties, etc.)
* Redistributing this UI Kit or any part of its components

**3. Intellectual Property Rights**

All brand assets, logos, and visual elements included in this UI Kit are protected by copyright and trademark laws. All rights, title, and interest in this UI Kit and all design assets, components, styles, and other materials contained in it belong to Viva Republica Inc. This license grants only limited permission to use and does not transfer any intellectual property rights.

**4. Disclaimer of Warranty**

This UI Kit is provided “as is.” The copyright holder makes no express or implied warranties regarding the accuracy, completeness, merchantability, fitness for a particular purpose, or non-infringement of third-party rights of this UI Kit.

**5. Limitation of Liability**

To the maximum extent permitted by law, the copyright holder shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from the use of or inability to use this UI Kit.

**6. Termination of License**

If you violate any of the terms of this license, it will terminate automatically and immediately. Upon termination, you must immediately stop all use of this UI Kit and completely delete all originals and copies in your possession.

***

### **TDS Mobile UI Kit for Apps-in-toss License**

In the event of any discrepancy or inconsistency between the Korean and English versions, the Korean version shall prevail.

**1. Grant of License**

This license defines the terms and conditions for using the Apps-in-toss Figma UI Kit (“the UI Kit”). By downloading, copying, or using the UI Kit, you agree to all terms stated herein. This license may be modified at the discretion of Viva Republica Inc. without prior written agreement.

**2. Permitted and Prohibited Uses**

Permitted Uses:

* Development of applications for Apps-in-toss
* Design work within applications developed for Apps-in-toss
* Creation of prototypes for Apps-in-toss applications

Prohibited Uses:

* Using the UI Kit or any part of it in any other project, product, or service
* Using the UI Kit or any part of it for commercial purposes, including sale, distribution, or provision to third parties
* Copying, modifying, editing, or repurposing the UI Kit or any of its components
* Copying, modifying, editing, or repurposing the UI Kit or its components for use in other projects, products, or services, or for any commercial purpose (including sale or provision to third parties)
* Redistributing the UI Kit or any of its components to any third party

**3. Intellectual Property Rights**

All brand assets, logos, and visual elements contained in the UI Kit are protected by copyright and trademark laws. All rights, ownership, and interests in the UI Kit and its assets, components, and styles belong to Viva Republica Inc. This license grants only a limited right to use and does not transfer any intellectual property rights.

**4. Disclaimer of Warranty**

The UI Kit is provided “as is” without any express or implied warranties, including but not limited to warranties of accuracy, completeness, merchantability, fitness for a particular purpose, or non-infringement.

**5. Limitation of Liability**

To the maximum extent permitted by law, the copyright holder shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from the use or inability to use the UI Kit.

**6. Termination**

This license will automatically terminate if you violate any of its terms. Upon termination, you must immediately cease all use of the UI Kit and permanently delete all copies in your possession.


---

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