> 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.md).

# aplicaciones móviles X-GPS

El ecosistema de Navixy incluye tres aplicaciones móviles dedicadas, diseñadas para mejorar la supervisión en tiempo real y la gestión del servicio de campo: **X-GPS Mobile**, **X-GPS Monitor,** y **X-GPS Tracker**.

{% hint style="info" %}
X-GPS Mobile es la aplicación más reciente y actualizada, que recibe constantemente nuevas funciones. ¡Esté atento a las actualizaciones!
{% endhint %}

Obtenga más información sobre las aplicaciones, sus funcionalidades y sus propósitos:

* [X-GPS Mobile](/docs/user/es/guide/x-gps-mobile-apps/x-gps-mobile.md)
  * [Inicio rápido de X-GPS Mobile](/docs/user/es/guide/x-gps-mobile-apps/x-gps-mobile/quick-start.md)
  * [Lista de activos](/docs/user/es/guide/x-gps-mobile-apps/x-gps-mobile/assets-list.md)
  * [Información del activo](/docs/user/es/guide/x-gps-mobile-apps/x-gps-mobile/asset-information.md)
  * [Cuenta y configuración](/docs/user/es/guide/x-gps-mobile-apps/x-gps-mobile/account-and-settings.md)
* [X-GPS Monitor](/docs/user/es/guide/x-gps-mobile-apps/x-gps-monitor.md)
  * [Primer inicio de X-GPS Monitor](/docs/user/es/guide/x-gps-mobile-apps/x-gps-monitor/quick-start.md)
  * [Funciones](/docs/user/es/guide/x-gps-mobile-apps/x-gps-monitor/features.md)
  * [Eventos de video (solo Android)](/docs/user/es/guide/x-gps-mobile-apps/x-gps-monitor/video-events-android-only.md)
* [X-GPS Tracker](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker.md)
  * [Invitación a X-GPS Tracker](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/invitation-to-x-gps-tracker.md)
  * [Primer inicio](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/first-start.md)
  * [Funciones principales](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/main-features.md)
  * [Configuración de la aplicación](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/application-settings.md)
  * [Asignación de tareas](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/task-assignment.md)
  * [Los check-ins](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/check-ins.md)
  * [Mensajes](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/messages.md)
  * [Lugares](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/places.md)
  * [Modo offline](/docs/user/es/guide/x-gps-mobile-apps/x-gps-tracker/offline-mode.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://navixy.com/docs/user/es/guide/x-gps-mobile-apps.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.
