> 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/access-control/ja/she-ding/access-control-subsites.md).

# アクセスコントロールのサブサイト

## アクセスレベルとロックダウンを複製

Verkadaは、効率的なサイト管理の重要性を認識しています。アクセスコントロールのネストされたサイト（サブサイト）では、すべてのVerkada製品ラインに同じ組織構造を適用でき、Verkadaの導入をより効率的かつ拡張性の高い方法で管理できます。

仕組み

* Commandユーザーが、最上位またはネストされたサイトのいずれかでアクセスサイト管理者である場合、その配下のすべてのサブサイトのアクセスサイト管理者として自動的に設定されます。アクセスコントロールのロールと権限について、詳しくはこちらをご覧ください。
* アクセスコントロールデバイスは、最上位またはネストされた特定のサイトに割り当てられ、そのサイトのみを対象範囲とします。
* アクセスコントローラーに接続されたすべてのドアは、コントローラーと同じサイトに属します。

{% hint style="warning" %}
詳細は [アクセスコントロールのロールと権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md) を参照してください。
{% endhint %}

***

## アクセスレベルとシナリオを複製

設定のしやすさを向上させるため、アクセスレベルと緊急シナリオは複製できます。これにより、既存のアクセスレベルと緊急シナリオを複製して、サブサイトを含む他のサイトに配置できます。

複製プロセス中に、次の項目が複製されます:

* アクセスレベルとシナリオの設定
* アクセスレベルとシナリオの設定、ルール、パラメータ

{% hint style="warning" %}
アクセスレベルによって制御されるドア、または緊急シナリオによってロック/ロック解除されるドアは複製されません。これにより、適切なドアの関連付けが維持され、複製プロセス中の意図しない影響を防げます。
{% endhint %}

***

## 移行時の考慮事項

以前にフラットなサイト構造（サブサイト導入前）を採用していた場合は、新しいネストされたサイト構造へ移行することを検討するとよいでしょう。

{% hint style="danger" %}

* ACUをあるサイトから別のサイトへ移動すると、ACU上のすべてのドアのアクセスレベルの関連付けが失われます。
* ドアは元のサイトのすべてのシナリオから削除されます。
  {% endhint %}

***

## トラブルシューティングのヒント

* アクセスレベルは、ドアを追加できるように、すべてのドアコントローラーの直後にコピーする必要があります。これにより、これらのドアのダウンタイムが短縮され、適切なユーザーセットにすぐにアクセスできます。
* ドアをロックダウンすることが想定されるすべてのサイトにシナリオを複製します。詳細は [緊急シナリオ](/access-control/ja/toarto/configure-access-control-event-alerts/emergency-lockdown.md) を参照してください。


---

# 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/access-control/ja/she-ding/access-control-subsites.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.
