> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/pt-br/guide/x-gps-mobile-apps/x-gps-mobile/assets-list.md).

# Rastreamento no X-GPS Mobile

{% columns %}
{% column width="50%" %}
O **Monitor** Esta seção contém todos os seus ativos: veículos, motoristas e objetos (dispositivos GPS não atribuídos). Para visualizar [mais informações sobre qualquer um dos seus ativos](/docs/user/pt-br/guide/x-gps-mobile-apps/x-gps-mobile/assets-list/asset-information.md), toque na respectiva entrada. Para encontrar um ativo específico, toque <img src="/files/4d7c0901cc632aec0cee89259e999126a83f061d" alt="Magnifying glass icon" data-size="line"> e digite o nome dele.

O ícone à direita de cada ativo indica seu status de movimento, como em movimento ou estacionado.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/93214955b760535210c9ec3ebb1cec13ea60ffd5" alt="Tracking screen in X-GPS with asset list"><figcaption><p>Lista de ativos</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Eventos

{% columns %}
{% column %}
Toque <img src="/files/5e8612e74c85e2e3dbeca22635c35b749a5d3861" alt="Alarm bell icon" data-size="line"> para ver os eventos.

Esta tela mostra vários eventos que ocorrem em seus ativos, como sair ou entrar em uma geocerca, ficar com motor ocioso, excesso de velocidade, concluir tarefas e muito mais. Para filtrar por tipo de categoria, toque **Todos**, **módulo Veículos. Isso permite que veículos diferentes tenham limites diferentes sem alterar o relatório.**, **Motorista**, ou **Objetos** (dispositivos GPS não atribuídos a veículos ou motoristas).

O segundo menu mostra seus filtros atuais, todos configuráveis: período de tempo, veículos ou motoristas específicos e tipos de evento. O **Não lidas** filtro exibe apenas as notificações não lidas, enquanto **Emergência** restringe sua busca a eventos urgentes.
{% endcolumn %}

{% column %}

<figure><img src="/files/e41cbbc563473840bc903ac8ab4e9354f1f12c74" alt=""><figcaption><p>Eventos</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Mapa

{% columns %}
{% column %}
Toque <img src="/files/2d60dcb0a6ad1b3a5d51a43e04678932a6ff1ccc" alt="Map icon" data-size="line"> para abrir um mapa interativo exibindo seus ativos.

Você pode ampliar e reduzir o zoom e centralizar o mapa em suas próprias coordenadas GPS. Toque no ícone do veículo para acompanhar sua rota e ver seu status e localização atuais. Toque <img src="/files/2d60dcb0a6ad1b3a5d51a43e04678932a6ff1ccc" alt="Map" data-size="line"> novamente para abrir os detalhes do veículo.
{% endcolumn %}

{% column %}

<figure><img src="/files/09d9145b7bd47b144fd859fc12fac448a5fbd68f" alt=""><figcaption><p>Mapa em tela cheia</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Toque <img src="/files/2d9eeeccc2bb8da21337db97a3c42f281c162e8e" alt="Book icon" data-size="line"> para abrir o menu de opções do mapa:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><img src="/files/43e534f159f931bcfe65c033bd5c92758ae5fc5c" alt="Places" data-size="original"></td><td valign="top"><img src="/files/33a500e515292009cac9422f21f0e1b4ead6cf9a" alt="Geofences" data-size="original"></td><td valign="top"><img src="/files/4b86adac6ce6a9f1ce236268833b927e99f4d1dd" alt="Map types" data-size="original"></td></tr></tbody></table>

O menu de opções do mapa permite selecionar Locais (como endereços de clientes para entrega), geocercas e o tipo de mapa.

### Ordenação e filtragem

{% columns %}
{% column %}
A lista tem dois métodos de filtragem: por categoria e por status.

Para filtrar por categoria, toque **Todos**, **módulo Veículos. Isso permite que veículos diferentes tenham limites diferentes sem alterar o relatório.**, **Motorista**, ou **Objetos**.

Para filtrar por status (em movimento, parado, estacionado, motor ocioso e fora de linha), toque <img src="/files/dbf42aee76581371e3a1d24ee64eeb3224c23656" alt="" data-size="line"> para abrir o **Filtro e ordenação** menu. Além da filtragem, esse menu também permite ordenar os ativos por nome.
{% endcolumn %}

{% column %}

<figure><img src="/files/cd04d2b277e2bc639e08575cd7dc0e9f96e45f81" alt="Filter &#x26; sorting"><figcaption><p>Filtro e ordenação</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://navixy.com/docs/user/pt-br/guide/x-gps-mobile-apps/x-gps-mobile/assets-list.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.
