> 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/es/guide/x-gps-mobile-apps/x-gps-monitor/quick-start.md).

# Inicio rápido

{% columns %}
{% column %}
Puede descargar la aplicación de forma gratuita desde Google Play o App Store.

Vaya a la tienda y escriba X-GPS en el campo de búsqueda.

Seleccione **X-GPS Monitor** y haga clic en "Instalar".
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-44-46-600x399.png)
{% endcolumn %}
{% endcolumns %}

### Iniciar sesión

{% columns %}
{% column %}
En el primer inicio, la aplicación ofrecerá escanear un código QR. Para recibir el código QR, haga clic en el <img src="/files/c97b30076a185b98fd9494fc320f93d829c9fae1" alt="" data-size="line">botón debajo del formulario de inicio de sesión de la plataforma Navixy [formulario de inicio de sesión](https://tracking.navixy.com/).

Después de escanear el código QR, introduzca su nombre de usuario y contraseña y haga clic en el **Iniciar sesión** botón.

Si olvidó su contraseña, haga clic en el botón correspondiente, introduzca su dirección de correo electrónico y el captcha. Después de eso, recibirá un correo electrónico con un enlace para restablecer su contraseña.

Después de iniciar sesión correctamente, verá la pantalla del mapa.
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-45-53-453x600.png)
{% endcolumn %}
{% endcolumns %}

### Herramientas principales

{% columns %}
{% column %}
Los siguientes elementos están disponibles en la pantalla principal:

1. **Barra lateral.** Al pulsar un botón se abre un menú donde puede acceder a información sobre el usuario, el saldo, la lista de dispositivos y otros controles.
2. **Mostrar rastreadores.** Haga clic para seleccionar qué rastreadores mostrar: todos, uno o un grupo. También puede activar **Seguir al objeto**, y el mapa se centrará automáticamente en un dispositivo.
3. **Tipo de mapa.** Le permite seleccionar de la lista de mapas disponibles y también activar la visualización del tráfico.
4. **Lista de notificaciones.** Muestra todas las notificaciones no leídas.
5. **Mostrar ubicación.** Centrar el mapa en su ubicación actual.
6. **Escala.** Puede cambiar la escala del mapa con los botones "+" y "-".
   {% endcolumn %}

{% column %}
![](/files/7379dd881f8f9eaa14536b20801bbfd7115d48f7)
{% 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/es/guide/x-gps-mobile-apps/x-gps-monitor/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.
