> 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/es/configuracion.md).

# Configuración

- [Añade una cámara no Verkada a Command Connector](https://help.verkada.com/command-connector/es/configuracion/add-a-non-verkada-camera-to-a-command-connector.md): Conecta cámaras no Verkada a Command con Command Connector
- [Configurar dos puertos Ethernet para Command Connector](https://help.verkada.com/command-connector/es/configuracion/configure-two-ethernet-ports-for-command-connector.md): Configura la segunda interfaz para Command Connector
- [Configura direcciones IP estáticas para Command Connector](https://help.verkada.com/command-connector/es/configuracion/configure-static-ip-addresses-for-command-connector.md): Configura direcciones IP estáticas para Command Connector
- [Cambiar la configuración de almacenamiento en cámaras no Verkada](https://help.verkada.com/command-connector/es/configuracion/change-storage-settings-on-non-verkada-cameras.md): Configura la retención de almacenamiento para tus cámaras no Verkada
- [Cambiar la orientación de un canal no Verkada](https://help.verkada.com/command-connector/es/configuracion/change-a-non-verkada-channel-orientation.md): Gira la vista de la cámara de un canal no Verkada
- [Cambiar la resolución de una cámara no Verkada](https://help.verkada.com/command-connector/es/configuracion/change-a-non-verkada-camera-resolution.md): Cambia la resolución de una cámara no Verkada para ajustar la relación de aspecto o para obtener más canales.
- [Configura una cámara PTZ (pan-tilt-zoom) no Verkada](https://help.verkada.com/command-connector/es/configuracion/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.md): Configura cámaras PTZ no Verkada con Command Connector
- [Configuración de audio para canales no Verkada](https://help.verkada.com/command-connector/es/configuracion/configuring-audio-for-non-verkada-channels.md): Aprende a habilitar y configurar el audio para cámaras conectadas a Verkada Command a través de canales no Verkada.
- [Asignación de recursos de Command Connector](https://help.verkada.com/command-connector/es/configuracion/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/es/configuracion.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.
