> 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/components.md).

# Toss Design System (TDS)

### TDS Benefits

* It can provide users with a consistent product experience.
* Designers can focus on problem-solving rather than UI implementation.
* Developers can build 3 to 5 times faster than when creating custom UI from scratch.

![](https://static.toss.im/3d-common/tds-kv-text-hero.png)

***

### Important Notes When Using TDS

To use TDS safely and correctly, please review the following information first.

#### License Information

{% hint style="info" %}
By using this UI Kit, you are considered to have agreed to the [license terms](https://developers-apps-in-toss.toss.im/design/prepare/figma-ui-license).
{% endhint %}

1. **Intellectual Property Rights:** All rights to all materials provided by Toss through the Appintoss service, including intellectual property rights, belong to Toss. Partners may use these materials only within the scope of using the Appintoss service.
2. **Scope of Usage Rights:** Toss's permission to use TDS is a limited right for providing the Appintoss service. You cannot obtain deliverables or additional rights beyond this scope.
3. **Compliance Obligations and Measures in Case of Violation:** Partners must comply with this guide and applicable laws and regulations. If they fail to do so, Toss may suspend the provision of the Appintoss service or take other necessary measures.

***

### Component List

Introducing 11 core TDS components most frequently used in Appintoss. Click each component to see detailed usage instructions and examples.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/badge/">Badge</a></td><td><a href="/files/84ded0e45f1465baecbbfb92b804c9dcbcd2abf6">/files/84ded0e45f1465baecbbfb92b804c9dcbcd2abf6</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/border/">Border</a></td><td><a href="/files/1c07d3357e659acb02b7b1374a8e6e2f7e030e89">/files/1c07d3357e659acb02b7b1374a8e6e2f7e030e89</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/BottomCTA/check-first/">BottomCTA</a></td><td><a href="/files/b612e1154a2826493a405e5dcd981bcc3b54492e">/files/b612e1154a2826493a405e5dcd981bcc3b54492e</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/button/">Button</a></td><td><a href="/files/827fdb4551aecaba04f3e3016aebeab0c152bfd6">/files/827fdb4551aecaba04f3e3016aebeab0c152bfd6</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/Asset/check-first/">Asset</a></td><td><a href="/files/0a07ceac334ec9e3812f7226eae2d0a6927e150b">/files/0a07ceac334ec9e3812f7226eae2d0a6927e150b</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/ListRow/list-row-overview/">ListRow</a></td><td><a href="/files/d74bf4176fc7efcef2aad5829d5c82bb02dee497">/files/d74bf4176fc7efcef2aad5829d5c82bb02dee497</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/list-header/">ListHeader</a></td><td><a href="/files/7db1cdca8b758e7186958a18c5f43026ec90ef49">/files/7db1cdca8b758e7186958a18c5f43026ec90ef49</a></td></tr><tr><td align="center">Navigation</td><td><a href="/files/4b29bd1ed7e52bd5cb0675f4522629f5571d8715">/files/4b29bd1ed7e52bd5cb0675f4522629f5571d8715</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/paragraph/">Paragraph</a></td><td><a href="/files/519c33a75d9d0b93a7d117f66c7ddc9ded020d53">/files/519c33a75d9d0b93a7d117f66c7ddc9ded020d53</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/tab/">Tab</a></td><td><a href="/files/3b6f7811019ed85ec4ad45131ef4fce18d7dff44">/files/3b6f7811019ed85ec4ad45131ef4fce18d7dff44</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/top/">Top</a></td><td><a href="/files/397f144a776e8b18b7f027dce9819c01b4e69496">/files/397f144a776e8b18b7f027dce9819c01b4e69496</a></td></tr></tbody></table>


---

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