> 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/command/ja/ganaizshon/manage-your-admin-page-settings.md).

# 管理者設定

Verkada Command **管理者** ページを使用すると、Command 組織の管理に必要なすべてに簡単にアクセスできます。

{% hint style="warning" %}
すべての設定を Admin ページで確認できるのは Org Admin のみです。
{% endhint %}

***

## Admin ページにアクセスする

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

{% step %}
**左側のナビゲーションで、次のいずれかのオプションを選択します。**

* 管理者
* [サイト](/verkada-cameras/ja/she-ding/manage-sites-and-subsites.md)
* [デバイス](/command/ja/ganaizshon/devices-page-overview.md)
* [サポート](#h_e21edc3cc3)
  {% endstep %}
  {% endstepper %}

### 管理者

|                                                                                                          |                                                                                                                   |
| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| **設定**                                                                                                   | **できること**                                                                                                         |
| 全般                                                                                                       | 組織の主要連絡先、パートナーアクセス、組織の削除を表示および管理します。                                                                              |
| [ユーザーと権限](/command/ja/yzto/manage-users-in-your-organization.md)                                         | ユーザー、グループ、外部連絡先を管理し、ロールをカスタマイズします。                                                                                |
| [ライセンスと更新](/command/ja/raisensu/manage-your-licenses.md)                                                 | Command ライセンスを表示、請求、購入し、トライアルを管理し、すべてのライセンス取引を表示します。                                                              |
| [Feature Manager](/command/ja/ganaizshon/manage-your-admin-page-settings/feature-manager.md)             | コンプライアンス、セキュリティ、プライバシーの目的で、組織から特定の機能を有効化、無効化、または完全に削除します。                                                         |
| ログインとアクセス                                                                                                | Enterprise Controller Encryption (ECE)、Single Sign On (SSO)、SCIM 構成、組織全体の 2 要素認証、ユーザーセッション管理などのログインとアクセス設定を管理します。 |
| セキュリティとログ                                                                                                | 監査ログにアクセスし、アラートとライブリンクを管理し、セキュリティとプライバシーのチェックリストを確認します。                                                           |
| [データとプライバシー](/command/ja/sekyuriti/privacy-and-security-disclosure/data-storage-processing-locations.md) | 公開開示事項、Verkada と共有することを選択したデータ、およびデータ所在設定を表示します。                                                                  |
| [API と連携](/command/ja/ganaizshon/verkada-command-api.md)                                                 | 組織の API キー、連携（Slack、Teams など）、Webhook を管理し、サポートされているすべての連携の一覧を表示します。                                              |
| マイアカウント                                                                                                  | 個人情報、パスワード、ログイン設定、2 要素認証オプションを管理し、アクティブセッションなどの他の設定を表示します。                                                        |

### サポート

|                                                                                               |                                                                                                                                |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **設定**                                                                                        | **できること**                                                                                                                      |
| [Verkadaサポートに問い合わせる](/command/ja/herupugadesuka/contact-verkada-support.md)                   | Verkadaサポートへの 24 時間 365 日利用可能な連絡方法を確認します。                                                                                      |
| [サポートアクセスを有効にする](/command/ja/herupugadesuka/contact-verkada-support/enable-support-access.md) | トラブルシューティングのために、Verkadaサポートが一時的にあなたの Command アカウントと、あなたのアカウントでアクセス可能な Verkada デバイスにアクセスすることを許可します。このアクセスはいつでも取り消せます。           |
| アクセストークン（サポートアクセスが有効な場合）                                                                      | Verkadaサポートがアクセストークンの使用を開始すると、Admin のオーガナイゼーション'の詳細セクションで指定されたサポートアクセスの通知先に通知されます。受信者のカスタム指定がない場合は、組織内のすべての Org Admin に通知されます。 |
| サポートケース                                                                                       | 過去 3 か月間の、あなたの組織の未解決および解決済みのサポートケース（チャットのみ）の詳細を表示します。                                                                          |


---

# 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/command/ja/ganaizshon/manage-your-admin-page-settings.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.
