> 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/quick-start.md).

# Início rápido

Siga estas etapas para aprender a usar o X-GPS Mobile.

### Etapa 1. Baixe o app

{% columns %}
{% column %}

1. Abra o Google Play ou a App Store e digite X-GPS Mobile no campo de pesquisa.
2. Selecione-o e toque em **Instalar**.
   {% endcolumn %}

{% column %}

<figure><img src="/files/0462b3fa8b99272482168ea7d861d5b69df7853f" alt="X-GPS Mobile in Google Play"><figcaption><p>Tela de pesquisa</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Etapa 2. Faça login

{% columns %}
{% column %}

1. Abra o app.
2. Insira seu nome de usuário e senha e toque em **Entrar**.
3. Se necessário, insira a URL do seu servidor (por padrão, o servidor Navixy é usado). Como alternativa, use um código QR para evitar inserir a URL e configurar suas definições automaticamente.\
   Para visualizar o código QR, clique no <img src="/files/9c0b6f07f453dcd4069a7efa86711dd19bdd863d" alt="" data-size="line">botão abaixo do formulário de login da plataforma Navixy [formulário de login](https://tracking.navixy.com/).
   {% endcolumn %}

{% column %}

<figure><img src="/files/32f619d1b1416d9c58b425fbc438a56165113c2b" alt="Login screen" width="301"><figcaption><p>Tela de login</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
Se você esqueceu sua senha, toque no botão correspondente e insira seu endereço de e-mail. Você receberá um e-mail com um link para redefinir sua senha.
{% endhint %}

### Etapa 3. Defina as permissões

{% columns %}
{% column %}
Permita que o app envie notificações e acesse a localização do dispositivo enquanto estiver usando o app. Observe que você receberá notificações push para todos os ativos da sua frota.
{% endcolumn %}

{% column %}

<figure><img src="/files/d523cdc092b48999ec72b2ade3836dbe3fc2f8a9" alt="Permission prompt"><figcaption><p>Solicitação de permissão</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Etapa 4. Abra a tela principal

{% columns fullWidth="true" %}
{% column width="50%" %}
A tela principal exibe seus ativos: veículos, funcionários e objetos (unidades que representam dispositivos GPS) com ícones que indicam seu status de movimento.

Você pode filtrá-los por categoria ou status (em movimento, estacionado etc.) e classificá-los por nome ou status.

Para classificar ou filtrar a lista de ativos e acessar as ferramentas de monitoramento, toque nos ícones no canto superior direito:

![](/files/8a58ad01850cc38440d533bcf1cd651cb46447cb) Permite inserir uma consulta de pesquisa

![](/files/52071963e1b88968b1ebcd68ed99c0776b8d2432) Abre o [registro de eventos ](https://squaregps.atlassian.net/wiki/spaces/~7120201a6252f8d34242e3bdb7409b5d34d953/pages/3182821465/new+Assets+list#events-list)para todas as unidades

![](/files/6bda728dc80fbced31b315c21dce593366ae5537) Abre o [filtragem e ordenação](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#sorting-and-filtering) menu

![](/files/b10cd82db6567f7e297d4809d3f1806331b3b1fc) Abre o [tela do mapa](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#map-fullscreen)

Use o painel inferior para alternar entre a tela principal e o seu perfil.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/e1c3d5432cdd9f762f1b5c276336314954df0405" alt="Assets list"><figcaption><p>Lista de ativos</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Etapa 5. Comece a trabalhar

{% columns %}
{% column width="50%" %}
Toque em um ativo para visualizar sua localização, status, histórico de viagens e eventos, sensores, lembretes, detalhes do dispositivo GPS e outras informações.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/1bb55bb3d83b635358dc467c90384978f716093e" alt=""><figcaption><p>Informações do ativo</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/quick-start.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.
