# 선택한 아이템 확인 및 취소하기

조회 선택기 화면에서 선택됨 아이콘()을 클릭하여 선택한 아이템을 확인할 수 있으며, 삭제 아이콘을 클릭하면 선택한 아이템을 제거할 수 있습니다. 또한, 선택됨 아이콘()에 표시된 숫자는 선택한 아이템의 개수를 나타냅니다.

(이미지)

### 사용법

#### 선택한 아이템 확인하기

1. 조회 선택기 화면의 우측 상단에 선택됨 아이콘()을 클릭합니다.
2. 선택한 아이템이 많을 경우, 검색란에 키워드 입력 후 엔터를 누르면 필터링이 가능합니다.

#### 선택한 아이템 삭제하기

1. 조회 선택기 화면의 우측 상단에 선택됨 아이콘()을 클릭합니다.
2. 삭제하려는 아이템에서 휴지통 아이콘()을 클릭합니다.\
   (**모두 삭제** 버튼을 클릭하면 **전체 아이템을 삭제**할 수 있습니다.)

{% hint style="info" %}
검색 결과에서 체크박스를 해제하면 선택한 아이템이 자동으로 해제됩니다.
{% endhint %}


---

# Agent Instructions: 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://help.smallbuilder.com/ko/smallbuilder-line-items/line-item-editor/undefined/undefined-1.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.
