> 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/akusesu/add-and-modify-access-levels.md).

# アクセスレベルを追加および変更する

ドアを設定したら、アクセスをスケジュールするためにアクセスレベルを追加する必要があります。アクセスレベルはアクセスグループに割り当てられ、特定のユーザーにアクセス権を付与します。

{% hint style="warning" %}
次のいずれかに属していない限り、ドアにバッジで入室することはできません [アクセスグループ](/access-control/ja/yzto/add-and-modify-access-groups.md) で、少なくとも1つのアクセスレベルが関連付けられているもの。
{% endhint %}

{% hint style="danger" %}
以下の権限を持つユーザーアカウントでログインしている必要があります: **アクセスサイト管理者** または **アクセスサイトマネージャー** サイトでアクセスレベルを変更または作成するための権限。詳細はこちら [アクセスコントロールのロールと権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md).
{% endhint %}

***

## 新しいアクセスレベルを作成

{% stepper %}
{% step %}
**Verkada Command で、All Products > Access に移動します。**
{% endstep %}

{% step %}
**ドロップダウンからサイトを選択します。**
{% endstep %}

{% step %}
**上部で \[Access Levels] を選択します。**
{% endstep %}

{% step %}
**右上で、** <i class="fa-plus">:plus:</i>.

1. 一意の名前を入力してください。
2. アクセスグループを追加します。
3. スケジュールを設定します。
4. アクセスレベルにドアを追加します。

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

{% step %}
**すべての変更が完了したら、\[Save] をクリックします。**
{% endstep %}
{% endstepper %}

***

## アクセスレベルを複製する

{% stepper %}
{% step %}
**Verkada Command で、All Products > Access に移動します。**
{% endstep %}

{% step %}
**ドロップダウンからサイトを選択します。**
{% endstep %}

{% step %}
**上部で \[Access Levels] を選択します。**
{% endstep %}

{% step %}
**複製したいアクセスレベルの横にある** <i class="fa-copy">:copy:</i> **アクセスレベルを複製**
{% endstep %}

{% step %}
**アクセスレベルを複製する先のサイトを選択し、［次へ］をクリックします。**
{% endstep %}

{% step %}
**アクセスレベルの設定を編集し、完了したら［保存］をクリックします。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
アクセスレベルによって制御されるドアは複製されません。これにより、適切なドアの関連付けが維持され、複製プロセス中の意図しない結果を回避できます。
{% endhint %}

***

{% hint style="info" %}
**実際の動作をご覧になりますか？** こちらをご覧ください。 [動画チュートリアル](https://www.youtube.com/watch?v=XxIEGPXZzuw).
{% 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/access-control/ja/akusesu/add-and-modify-access-levels.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.
