# 뷰 구성요소

&#x20;📌 \[리드/딜/회사/고객/상품/견적서] 페이지에서 뷰를 생성하고 필터, 컬럼, 정렬 설정을 통해 나만의 페이지를 커스터마이징 하고 필요한 정보만 모아보기할 수 있는 기능입니다.

\*각각의 뷰는 다른 값으로 설정할 수 있으며, 나만보기 혹은 전체 공유가 가능합니다.

## 1. 필터

각 페이지의 왼쪽 상단 \[필터] 설정으로 원하는 정보를 만족하는 데이터만 조회할 수 있습니다.

<figure><img src="/files/PcKIkwRgkaXtRqGeRbuj" alt=""><figcaption><p>필터</p></figcaption></figure>

## 2. 컬럼

각 페이지의 오른쪽 상단 ⚙️ 버튼을 클릭하면, 테이블 상에서 컬럼 표시 유무와 순서를 설정할 수 있습니다.\
컬럼 순서를 드래그 앤 드랍으로 수정 가능하며, 표시 유무는 체크박스로 수정할 수 있습니다.\
컬럼 설정을 통해 원하는 형태의 테이블을 구성해 보세요!

<figure><img src="/files/JP5Oi6t1cngzkhlKkqu9" alt=""><figcaption><p>컬럼</p></figcaption></figure>

## 3. 정렬

테이블 상의 헤터를 클릭하여 정렬과 정렬 순서를 조정할 수 있습니다.\
정렬을 설정하고 데이터를 원하는 순서로 조회해 보세요!

<figure><img src="/files/OEOHoA9wBiNzG52tViws" alt=""><figcaption><p>정렬</p></figcaption></figure>


---

# 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://docs.salesmap.kr/personal-settings/component.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.
