> 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/hajimeni/quick-reference-guide-for-verkada-command.md).

# Verkada Commandのクイックリファレンスガイド

## アカウント設定

* [Verkada Commandを始める](/command/ja/hajimeni/get-started-with-verkada-command.md)
* [必要なネットワーク設定](/command/ja/herupugadesuka/required-network-settings.md)
* [Verkada Commandのシステム要件](/command/ja/herupugadesuka/required-network-settings/verkada-command-system-requirements.md)
* [Verkada Commandアカウントを確認する](/command/ja/sekyuriti/authentication-overview/verify-your-verkada-command-account.md)
* [Commandでオーガナイゼーション'を切り替える](/command/ja/sekyuriti/authentication-overview/switch-organizations-in-command.md)

## ユーザーと権限

* [Commandのロールと権限](/command/ja/yzto/roles-and-permissions-for-command.md)
* [ロールと権限をカスタマイズする](/command/ja/yzto/roles-and-permissions-for-command/customize-roles-and-permissions.md)
* [オーガナイゼーション'内のユーザーを管理する](/command/ja/yzto/manage-users-in-your-organization.md)
* [一時ユーザーを管理する](/command/ja/yzto/manage-users-in-your-organization/manage-temporary-users.md)
* [ログインリンク](/command/ja/sekyuriti/authentication-overview/login-links.md)

## オーガナイゼーション'設定

* [管理者ページの設定を管理する](/command/ja/ganaizshon/manage-your-admin-page-settings.md)
* [監査ログを管理・表示する](/command/ja/ganaizshon/manage-your-admin-page-settings/manage-and-view-audit-logs.md)
* [Feature Manager](/command/ja/ganaizshon/manage-your-admin-page-settings/feature-manager.md)
* [パートナー向けインストールガイド](/command/ja/herupugadesuka/site-planner-homepage-overview/verkada-best-practice-partner-installation-guide.md)

## 認証

* [認証の概要](/command/ja/sekyuriti/authentication-overview.md)
* [2要素認証](/command/ja/sekyuriti/authentication-overview/two-factor-authentication.md)
* [IDプロバイダーの概要](/command/ja/sekyuriti/identity-providers.md)
* [Microsoft Entra ID](/command/ja/sekyuriti/identity-providers/microsoft-entra-id.md)
* [Okta](/command/ja/sekyuriti/identity-providers/okta.md)
* [SCIMトークンの管理](/command/ja/sekyuriti/identity-providers/scim-token-management.md)

## **データ保護とセキュリティ**

* [画像および動画データのデフォルトまたはカメラ固有の場所を設定する](/command/ja/sekyuriti/privacy-and-security-disclosure/set-a-default-or-camera-specific-location-for-image-and-video-data-storage-and-processing.md)
* [プライバシーとセキュリティのチェックリスト](/command/ja/sekyuriti/privacy-and-security-disclosure/privacy-and-security-checklist.md)
* [Verkadaとのデータ共有を有効にする](/command/ja/sekyuriti/privacy-and-security-disclosure/enable-data-sharing-with-verkada.md)

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

* [Verkadaサポートに問い合わせる](/command/ja/herupugadesuka/contact-verkada-support.md)
* [サポートアクセスを有効にする](/command/ja/herupugadesuka/contact-verkada-support/enable-support-access.md)
* [ブラウザのキャッシュをクリアする](/command/ja/herupugadesuka/required-network-settings/clear-your-browser-cache.md)

{% hint style="info" %}
フォロー [当社のブログ](https://www.verkada.com/blog/) 最新の機能やお知らせをぜひご覧ください！
{% 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/command/ja/hajimeni/quick-reference-guide-for-verkada-command.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.
