> 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).

# 구성

- [Verkada가 아닌 카메라를 Command Connector에 추가하기](https://help.verkada.com/command-connector/ko/configuration/add-a-non-verkada-camera-to-a-command-connector.md): Command Connector로 Verkada가 아닌 카메라를 Command에 연결하기
- [Command Connector용 두 개의 이더넷 포트 구성](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(Pan-Tilt-Zoom) 카메라 구성하기](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.
