> 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/guest/ko/configuration/guest-app-integrations.md).

# 게스트 앱 통합

더 편리한 [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf) 게스트가 귀사에 체크인할 때 알림을 받을 수 있도록 Slack 및 Microsoft Teams와의 타사 앱 통합을 활성화하여 더 편리하게 사용자 관리를 할 수 있습니다.

***

## Guest 앱을 Slack에 통합

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

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**왼쪽에서 아래로 스크롤하여 알림을 찾고 Slack에 연결을 선택합니다.**

<div align="left" data-with-frame="true"><img src="/files/7e03aa72314c3154254c718873d52a1c66ad1658" alt="" width="563"></div>
{% endstep %}

{% step %}
**Verkada Slack 작업공간에 대한 액세스를 허용하라는 메시지가 표시되면 허용을 클릭합니다.**

<div align="left" data-with-frame="true"><img src="/files/2c700871600732f4149fc511fdcb900ba24df61b" alt="" width="563"></div>
{% endstep %}

{% step %}
**Slack에서 Verkada Guest 앱을 검색하여 계정에 추가합니다. 그러면 Slack을 통해 Guest 알림을 받을 수 있습니다.**

<div align="left" data-with-frame="true"><img src="/files/5c73c84d2ed6e1a15e13a696ebe01b05e929601a" alt="" width="563"></div>
{% endstep %}
{% endstepper %}

***

## Guest 앱을 Microsoft Teams에 통합

{% hint style="danger" %}
이 기능을 활성화하려면 Microsoft Teams에서 전역 관리자 또는 권한 역할 관리자 권한이 있어야 합니다.
{% endhint %}

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

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**왼쪽에서 아래로 스크롤하여 알림을 찾고 MS Teams에 연결을 선택합니다.**

<div align="left" data-with-frame="true"><img src="/files/9a12dd518a9253b88c60b0cf0719ee8544af1904" alt=""></div>
{% endstep %}

{% step %}
**Microsoft에 로그인하라는 메시지가 표시되면 다음을 클릭합니다.**

<div align="left" data-with-frame="true"><img src="/files/552dc5718293cba8a9af38930dc97924bf1fa397" alt=""></div>
{% endstep %}

{% step %}
**Guest가 Teams와 통합할 수 있도록 권한을 승인합니다.**

<div align="left" data-with-frame="true"><img src="/files/f3d47787ac588072e99759c9b72b50a15cd42cfa" alt=""></div>
{% endstep %}

{% step %}
**Microsoft Teams에서 Verkada Guest 앱을 검색하여 계정에 추가합니다. 그러면 Teams를 통해 알림을 받을 수 있습니다.**

<div align="left" data-with-frame="true"><img src="/files/357ff13a7909d877621f1216c7ec070990e95b54" alt=""></div>
{% endstep %}
{% endstepper %}

***

## 모든 타사 앱 활성화

Microsoft 계정에서 기본적으로 타사 앱이 비활성화되어 있는 경우, 계정 설정을 변경하려면 다음 단계를 따르세요:

{% stepper %}
{% step %}
**다음으로 이동:** [**https://admin.teams.microsoft.com/policies/manage-apps**](https://admin.teams.microsoft.com/policies/manage-apps)
{% endstep %}

{% step %}
**작업을 클릭하고 조직 전체 설정을 선택합니다.**
{% endstep %}

{% step %}
**조직 전체 앱 설정에서 타사 앱이 활성화되어 있는지 확인합니다.**
{% endstep %}
{% endstepper %}

***

## Verkada Guest 타사 앱만 활성화

{% stepper %}
{% step %}
**다음으로 이동:** [**https://admin.teams.microsoft.com/policies/manage-apps**](https://admin.teams.microsoft.com/policies/manage-apps)**.**
{% endstep %}

{% step %}
**목록에서 Verkada Guest 앱을 찾습니다.**
{% endstep %}

{% step %}
**설치를 허용할 그룹에 할당합니다.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**실제 작동 모습을 보고 싶으신가요?** 다음을 확인해 보세요. [비디오 튜토리얼](https://www.youtube.com/watch?v=76-x-GPz1l0).
{% 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/guest/ko/configuration/guest-app-integrations.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.
