> 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-connector/ja/gou-cheng.md).

# 構成

- [非Verkadaカメラを Command Connector に追加する](https://help.verkada.com/command-connector/ja/gou-cheng/add-a-non-verkada-camera-to-a-command-connector.md): Command Connector を使って非Verkadaカメラを Command に接続する
- [Command Connector 用に 2 つのイーサネットポートを設定する](https://help.verkada.com/command-connector/ja/gou-cheng/configure-two-ethernet-ports-for-command-connector.md): Command Connectors の 2 つ目のインターフェースを設定する
- [Command Connector 用の固定 IP アドレスを設定する](https://help.verkada.com/command-connector/ja/gou-cheng/configure-static-ip-addresses-for-command-connector.md): Command Connectors の固定 IP アドレスを設定する
- [非Verkadaカメラのストレージ設定を変更する](https://help.verkada.com/command-connector/ja/gou-cheng/change-storage-settings-on-non-verkada-cameras.md): 非Verkadaカメラの保存期間を設定する
- [非Verkadaチャンネルの向きを変更する](https://help.verkada.com/command-connector/ja/gou-cheng/change-a-non-verkada-channel-orientation.md): 非Verkadaチャンネルのカメラ表示を回転する
- [非Verkadaカメラの解像度を変更する](https://help.verkada.com/command-connector/ja/gou-cheng/change-a-non-verkada-camera-resolution.md): アスペクト比を調整したり、より多くのチャンネルを取得したりするために、非Verkadaカメラの解像度を変更します。
- [非Verkada PTZ（パン・チルト・ズーム）カメラを設定する](https://help.verkada.com/command-connector/ja/gou-cheng/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.md): Command Connector を使って非Verkada PTZカメラを設定する
- [非Verkadaチャンネルのオーディオを設定する](https://help.verkada.com/command-connector/ja/gou-cheng/configuring-audio-for-non-verkada-channels.md): 非Verkadaチャンネルを通じて Verkada Command に接続されたカメラのオーディオを有効化および設定する方法を学びます。
- [Command Connector のリソース割り当て](https://help.verkada.com/command-connector/ja/gou-cheng/command-connector-resource-allocation.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/command-connector/ja/gou-cheng.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.
