> 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/ja/xue-xiao/integrate-clever-with-verkada-guest.md).

# Clever を Verkada Guest と連携

Clever は、学校管理者、教員、生徒に広く使われている IDプロバイダ (IdP) です。Verkada Guest には Clever との統合機能があり、生徒名簿と情報を 2 つの製品間で同期できます。これにより、以下を含む Student Guest タイプを利用できます:

* **遅刻到着** (学校に遅れて到着した生徒を追跡)
* **生徒のお迎え** (生徒が保護者に迎えられたタイミングを追跡)
* **自己チェックアウト** (生徒が早退したタイミングを追跡)

***

## Clever を Verkada Guest と同期するように設定する

### Clever の設定

{% stepper %}
{% step %}
**Clever アカウントで、Clever Dashboard > Applications > Add Applications ページに移動します。**
{% endstep %}

{% step %}
**「Verkada Guest」を検索します。**
{% endstep %}

{% step %}
**Request App > Request Applications をクリックします。**

その後 Verkada がリクエストを受け取り、承認されると通知します。
{% endstep %}

{% step %}
**承認されたら、Clever アカウントに移動し、名簿情報を Guest と共有します。Guest が Clever から必要とするのは、統合したい Sites に対する保護者と生徒の情報のみです。**
{% endstep %}
{% endstepper %}

### Command の設定

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のパネルで、Guest Settings アイコンをクリックします。**
{% endstep %}

{% step %}
**オーガナイゼーション' で Schools を選択して、学校設定にアクセスします。**
{% endstep %}

{% step %}
**［Clever と生徒を同期］オプションを選択します。**

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

{% step %}
**求められたら、学校の学区 ID 番号を入力します。**
{% endstep %}

{% step %}
**Clever の学校を Verkada Guest の特定のサイトに割り当てます。これにより、学校と Guest サイトがリンクされます。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Clever から送信された Verkada Guest アプリのリクエストが承認されるまで、最大 24 時間かかる場合があります。
{% endhint %}

***

{% hint style="info" %}
**実際の動作を見てみませんか？** 次の [動画チュートリアルをご覧ください](https://www.youtube.com/watch?v=WFUluswVNJ0).
{% 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/ja/xue-xiao/integrate-clever-with-verkada-guest.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.
