> 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/verkada-cameras/es/analitica/vehicle-analytics.md).

# Analítica de vehículos

La analítica de vehículos usa procesamiento en el borde para detectar vehículos e identificar atributos como el color y el tipo de carrocería. Aunque todas las cámaras Verkada pueden detectar vehículos de forma predeterminada, debes activar la Analítica de vehículos para buscar y filtrar la grabación en Command por hora, fecha, cámara, color y tipo de carrocería.

<div align="left" data-with-frame="true"><figure><img src="/files/e8f3ca8aec7597951e881b819e889467064eb077" alt=""><figcaption></figcaption></figure></div>

***

## Activar Historial de vehículos

### Globalmente

{% hint style="danger" %}
Debes activar esta función globalmente antes de poder activarla en cámaras individuales.
{% endhint %}

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Admin.**
{% endstep %}

{% step %}
**Selecciona Administrador de funciones.**
{% endstep %}

{% step %}
**En Analítica de vehículos, activa Historial de vehículos y otras funciones de análisis que puedas necesitar.**
{% endstep %}
{% endstepper %}

### Cámaras individuales

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**Selecciona una cámara para editarla.**
{% endstep %}

{% step %}
**Haz clic en Configuración > Analíticas.**
{% endstep %}

{% step %}
**En Analíticas, activa Historial de vehículos.**
{% endstep %}
{% endstepper %}

***

## Ver Historial de vehículos

### Cámara individual

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**Selecciona una cámara > Vehículos.**
{% endstep %}

{% step %}
**Usa la barra de búsqueda para ver y aplicar los filtros disponibles.**
{% endstep %}
{% endstepper %}

### Todas las cámaras

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**En la navegación izquierda, selecciona Vehículos.**

Deberías poder ver todos los vehículos que Command puede detectar en todas las cámaras.
{% endstep %}

{% step %}
**Usa la barra de búsqueda para ver y aplicar los filtros disponibles.**
{% endstep %}
{% endstepper %}


---

# 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/verkada-cameras/es/analitica/vehicle-analytics.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.
