> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/viewing-station/ko/configuration/smart-tiles.md).

# 스마트 타일

Smart Tiles를 사용하면 액세스 이벤트, 센서 데이터, 주목할 만한 카메라 활동의 핵심 정보를 표시할 수 있습니다.

{% hint style="danger" %}
귀하는 반드시 **조직 관리자** 여야 Viewing Station을 등록하고 관리할 수 있습니다.
{% endhint %}

***

## 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Devices로 이동합니다.**
{% endstep %}

{% step %}
**Viewing Station을 선택한 다음, 오른쪽 화살표를 클릭해 해당 페이지를 엽니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 Manage Tiles > Smart Tiles를 클릭합니다.**
{% endstep %}

{% step %}
**추가할 Smart Tile 유형을 선택합니다.**

* [활성 영역](#active-area)
* [액세스 제어](#access-control)
* [센서 판독값](#sensor-readings)
* [실시간 얼굴 흐림 처리](#live-face-blur)
  {% endstep %}
  {% endstepper %}

***

### 활성 영역

가장 많은 움직임이 있는 카메라를 표시합니다. 활성 영역 타일에 표시할 카메라를 변경하려면 타일을 선택하여 다음 옵션 중에서 선택할 수 있는 정보 패널을 확인하세요:

* **현재 페이지 -** 현재 페이지의 모든 카메라를 포함합니다.
* **모든 페이지 -** 모든 페이지의 모든 카메라를 포함합니다.
* **카메라 선택 -** 표시할 카메라를 선택하세요.

  <div align="left" data-with-frame="true"><img src="/files/f8c2029f93ea4ccfb91dbb760725fe491b62bfd7" alt="" width="480"></div>

### 액세스 제어

액세스 제어 타일은 문 이벤트의 실시간 스트림을 표시합니다. 이 목록은 Door History에서 확인되는 활동과 일치하며, 다음을 포함합니다:

* 액세스 허용
* 액세스 거부
* 문 열림
* 문 열림 상태 유지(DHO)
* 문 강제 개방(DFO)
* AUX 잠금 해제&#x20;
* 테일게이팅 감지&#x20;
* 무선 잠금장치 변조&#x20;
* 비활성화된 자격 증명 사용&#x20;
* 분실된 자격 증명 사용

이 타일을 선택하면 다음을 수행할 수 있습니다:

* **문 및 카메라 선택:** 표시할 특정 문과 연결된 컨텍스트 카메라를 검색하여 선택합니다.
* **이벤트 필터링:** 타일에 표시할 이벤트 유형을 선택합니다. 기본적으로 모든 이벤트 유형이 선택되어 있습니다.
* **레이아웃 조정:** 이벤트 목록이 표시되는 타일의 쪽(왼쪽 또는 오른쪽)을 선택합니다.

### 센서 판독값

선택한 센서의 공기질 판독값을 표시합니다. 다음에서 **데이터 사용자 지정** 탭에서 타일에 표시할 센서 판독값을 선택합니다.

{% hint style="warning" %}
참조 [공기질 센서 판독값](/air-quality/ko/sensor-data/air-quality-sensor-readings.md) 자세한 내용은.
{% endhint %}

### 실시간 얼굴 흐림 처리

개인정보 보호를 위해 얼굴이 실시간으로 자동 흐려진 라이브 카메라 피드를 표시합니다. 이 타일을 선택하면 Live Face Blur가 활성화된 상태로 표시할 카메라 피드를 선택하세요.

{% hint style="warning" %}

* 선택한 카메라는 Live Face Blur를 지원해야 합니다. 참조 [Verkada 카메라에서 얼굴 흐림 처리 사용](/verkada-cameras/ko/configuration/security-and-privacy/enable-face-blur-on-verkada-cameras.md) 지원되는 카메라 목록은.
* Viewing Station은 최신 소프트웨어 버전과 tvOS를 실행 중이어야 합니다. 소프트웨어 버전과 일련번호는 다음에서 확인할 수 있습니다: **설정 > 장치**.
  {% 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/viewing-station/ko/configuration/smart-tiles.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.
