> For the complete documentation index, see [llms.txt](https://wiki.ffxivteamcraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ffxivteamcraft.com/korean/general-features/undefined-3/item-tags.md).

# 아이템 태그

## 기능 설명

아이템 태그는 아이템에 사용자 지정 태그를 추가하여 사용자가 원하는 방법으로 정렬하거나 아이템에 대한 데이터를 추가할 수 있습니다.

{% hint style="info" %}
아이템 태그는 사용자 프로필에 저장되므로 로그인이 필요합니다.
{% endhint %}

## 아이템에 태그 추가하기

아이템 태그는 해당 기능을 원하지 않는 유저가 있기 때문에 설정 페이지에서 기능을 활성화시킨 후에 사용이 가능합니다.

팀크래프트 화면의 우측 상단의 캐릭터 닉네임을 클릭하여 설정 페이지로 이동하여 **아이템 태그 사용**이라고 표시된 체크박스를 체크합니다.

설정이 끝났다면 목록에서 아이템 태그를 추가할 수 있는 새로운 기능이 추가됩니다. 태그는 자동 완성기능이 있으며, 태그를 추가할 때는 다른 아이템에 생성된 태그를 제안합니다.

## 태그를 활용한 필터링

아이템에서 태그를 설정한 후에는 패널 내에 태그를 분리하거나 원하는 레이아웃 패널에서 일부 태그를 제외시킬 수 있습니다.

해당 기능을 위하여 새로운 패널(태그 필터)를 추가할 수 있습니다. 또한 필터 유형(**INCLUDE 또는 DOESN'T INCLUDE** 등)을 선택할 수도 있습니다. **INCLUDE**은 특 태그가 있는 아이템만 보여주며,  **DOESN'T INCLUDE**은 특정 태그가 있는 아이템을 제외시키며, **NONE**은 태그 필터링 기능을 해제합니다.

{% hint style="info" %}
만약 특정 태그가 있는 아이템만 있는 패널을 사용하고 싶다면 **ANYTHING** 필터 타입을 선택하여 패널을 추가하여 사용하실 수 있습니다.
{% endhint %}


---

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

```
GET https://wiki.ffxivteamcraft.com/korean/general-features/undefined-3/item-tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
