> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/userguide/library/add_tag.md).

# 태그 추가 및 필터

## 태그 추가

<figure><img src="/files/jOxVEwcEInG2ZKQsYc1R" alt=""><figcaption></figcaption></figure>

1. 동영상 제목 하단의 **‘태그 추가’** 버튼을 클릭하세요.
2. 태그 입력창에 원하는 태그를 입력하세요.
3. 태그를 입력하면 **‘태그’ 만들기** 버튼이 표시 됩니다. **Enter(엔터)**&#xD0A4; 혹은 '**태그'만들기** 버튼을 클릭해주세요.
4. 만들어진 태그와 기존 태그는 하단 목록에 표시됩니다. 태그 목록에서 태그를 클릭하거나, 선택한 태그를 삭제하여 수정하세요.&#x20;
5. **‘적용하기’** 버튼으로 태그 추가를 완료해 보세요.

## 태그 삭제

<figure><img src="/files/HPlS64tr76Tx6SRrtPfK" alt=""><figcaption></figcaption></figure>

1. 삭제를 원하는 태그에 마우스 오버 하세요. 편집 버튼이 표시됩니다.
2. 태그 편집창에서 삭제 버튼을 클릭하세요.

{% hint style="warning" %}
태그를 삭제하면 현재 태그가 달린 모든 동영상에서 태그가 삭제되니 유의해 주세요.
{% endhint %}

## 태그 필터

1. 라이브러리 상단에 **태그 필터**를 선택해 주세요.
2. 태그 필터 방식을 선택해주세요.
   1. 모두 포함 : 선택한 태그가 모두 포함된 동영상만 목록에 남아요.
   2. 하나라도 포함 : 선택한 태그가 하나라도 포함되면 목록에 남아요.
3. 태그 목록에서 필터를 원하는 태그를 선택해 주세요.
4. **\[적용]버튼**을 클릭하세요.

<figure><img src="/files/36fU9FwTtH7P27io2GAH" alt=""><figcaption></figcaption></figure>

**같은 태그를 선택했지만 필터 조건에 따라 달라지는 결과를 확인하세요!**

\*'반려동물, 소형'필터 선택 > **모두 포함** 조건인 경우

<figure><img src="/files/y79q7HMtRqcLeQ9xwCO0" alt=""><figcaption></figcaption></figure>

\*'반려동물, 소형'필터 선택 > **하나라도 포함** 조건인 경우

<figure><img src="/files/fiY281sfea99R1SL4BV2" alt=""><figcaption></figcaption></figure>

## 필터 내 검색

* 태그 필터를 적용한 상태에서 플레이어 필터를 설정하거나, 단어 검색을 중복 가능해요. 이때 검색 범위는 '태그 필터가 적용된 동영상 목록'이에요.&#x20;

**\*1번 = 태그 필터만 적용한 경우**

<figure><img src="/files/ZFnxEMfq18fVmpDGwAij" alt=""><figcaption></figcaption></figure>

**\*1번 + 2번 = 태그 필터를 적용한 상태에서 단어 검색을 함께 한 경우**

<figure><img src="/files/wtAjEZI8KHPhUMKDtflj" alt=""><figcaption></figcaption></figure>

**\*1번 + 2번 + 3번 = 태그 필터를 적용한 상태에서 단어 검색과 플레이어 필터를 함께 한 경우**

<figure><img src="/files/0fTbWHk9FDq4kPH9c2gp" alt=""><figcaption></figcaption></figure>


---

# 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://support.charlla.io/userguide/library/add_tag.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.
