> 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/ko/configuration.md).

# 구성

- [Command Connector에 비-Verkada 카메라 추가](https://help.verkada.com/command-connector/ko/configuration/add-a-non-verkada-camera-to-a-command-connector.md): Command Connector로 비-Verkada 카메라를 Command에 연결
- [Command Connector용 이더넷 포트 2개 구성](https://help.verkada.com/command-connector/ko/configuration/configure-two-ethernet-ports-for-command-connector.md): Command Connector의 두 번째 인터페이스 구성
- [Command Connector에 고정 IP 주소 구성](https://help.verkada.com/command-connector/ko/configuration/configure-static-ip-addresses-for-command-connector.md): Command Connector의 고정 IP 주소 구성
- [비-Verkada 카메라의 저장소 설정 변경](https://help.verkada.com/command-connector/ko/configuration/change-storage-settings-on-non-verkada-cameras.md): 비-Verkada 카메라의 저장 보존 기간 설정
- [비-Verkada 채널 방향 변경](https://help.verkada.com/command-connector/ko/configuration/change-a-non-verkada-channel-orientation.md): 비-Verkada 채널 카메라 보기 회전
- [비-Verkada 카메라 해상도 변경](https://help.verkada.com/command-connector/ko/configuration/change-a-non-verkada-camera-resolution.md): 화면 비율을 조정하거나 더 많은 채널을 확보하기 위해 비-Verkada 카메라 해상도를 변경합니다.
- [비-Verkada PTZ(팬-틸트-줌) 카메라 구성](https://help.verkada.com/command-connector/ko/configuration/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.md): Command Connector로 비-Verkada PTZ 카메라 구성
- [비-Verkada 채널의 오디오 구성](https://help.verkada.com/command-connector/ko/configuration/configuring-audio-for-non-verkada-channels.md): 비-Verkada 채널을 통해 Verkada Command에 연결된 카메라의 오디오를 활성화하고 구성하는 방법을 알아보세요.
- [Command Connector 리소스 할당](https://help.verkada.com/command-connector/ko/configuration/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/ko/configuration.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.
