> 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/de/konfiguration.md).

# Konfiguration

- [Eine Nicht-Verkada-Kamera zu einem Command Connector hinzufügen](https://help.verkada.com/command-connector/de/konfiguration/add-a-non-verkada-camera-to-a-command-connector.md): Verbinden Sie Nicht-Verkada-Kameras mit einem Command Connector mit Command
- [Zwei Ethernet-Ports für Command Connector konfigurieren](https://help.verkada.com/command-connector/de/konfiguration/configure-two-ethernet-ports-for-command-connector.md): Die zweite Schnittstelle für Command Connectors konfigurieren
- [Statische IP-Adressen für Command Connector konfigurieren](https://help.verkada.com/command-connector/de/konfiguration/configure-static-ip-addresses-for-command-connector.md): Statische IP-Adressen für Command Connectors konfigurieren
- [Speichereinstellungen an Nicht-Verkada-Kameras ändern](https://help.verkada.com/command-connector/de/konfiguration/change-storage-settings-on-non-verkada-cameras.md): Legen Sie die Speicheraufbewahrung für Ihre Nicht-Verkada-Kameras fest
- [Ausrichtung eines Nicht-Verkada-Kanals ändern](https://help.verkada.com/command-connector/de/konfiguration/change-a-non-verkada-channel-orientation.md): Kamerasicht eines Nicht-Verkada-Kanals drehen
- [Auflösung einer Nicht-Verkada-Kamera ändern](https://help.verkada.com/command-connector/de/konfiguration/change-a-non-verkada-camera-resolution.md): Ändern Sie die Auflösung einer Nicht-Verkada-Kamera, um das Seitenverhältnis anzupassen oder mehr Kanäle zu erhalten.
- [Eine Nicht-Verkada-PTZ-Kamera (Schwenk-Neige-Zoom) konfigurieren](https://help.verkada.com/command-connector/de/konfiguration/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.md): Nicht-Verkada-PTZ-Kameras mit Command Connector konfigurieren
- [Audio für Nicht-Verkada-Kanäle konfigurieren](https://help.verkada.com/command-connector/de/konfiguration/configuring-audio-for-non-verkada-channels.md): Erfahren Sie, wie Sie Audio für Kameras aktivieren und konfigurieren, die über Nicht-Verkada-Kanäle mit Verkada Command verbunden sind.
- [Ressourcenallokation für Command Connector](https://help.verkada.com/command-connector/de/konfiguration/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/de/konfiguration.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.
