> 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-tracker/main-features.md).

# Características principales

La interfaz de la aplicación móvil de X-GPS Tracker contiene cinco secciones principales:

1. **Mapa**
2. **Estados**
3. **Chat**
4. **Tareas**
5. **Configuración**

Esta guía cubre los tres primeros de ellos.

![](/files/cf7a18b8a0581594d119866991596ae7a2e78104)

## Mapa

{% columns %}
{% column %}
El **Mapa** la sección contiene las siguientes opciones:

1. **Vaya de inmediato a su ubicación actual.** Disponible solo cuando el Seguimiento esté habilitado en la configuración.
2. **Mapa ampliado.** Puede acercar o alejar el zoom usando el **+** y **-** botones.
3. **Registro.** Para obtener más información sobre esta función, consulte [Documentación para desarrolladores](https://www.navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/checkin).
4. **Mapa.** Seleccione uno de los mapas disponibles tocando el botón en la esquina inferior izquierda.
   {% endcolumn %}

{% column %}
![](/files/88452ba4fa0f48b64d1ab49861d15320dcf40899)
{% endcolumn %}
{% endcolumns %}

## Estados

{% columns %}
{% column %}
La lista de estados disponibles puede ser asignada por el supervisor a través de la interfaz web de la plataforma de monitoreo. Los estados permiten al supervisor ver el estado actual de los empleados y seleccionar a aquellos que están libres en ese momento.

El supervisor puede cambiar el estado en la interfaz web o permitir que el empleado lo cambie por sí mismo.

Para cambiar el estado, simplemente tóquelo con el dedo.
{% endcolumn %}

{% column %}
![](/files/636dc513c3b687d1dfa9a5f3f36e42f4a8e18ea7)
{% endcolumn %}
{% endcolumns %}

## Chat

{% columns %}
{% column %}
En el **Chat** En esta sección, un empleado puede enviar y recibir Mensajes del supervisor. En las grandes empresas, a menudo es más conveniente para el supervisor chatear con varios empleados que llamar a cada uno por separado por teléfono.
{% endcolumn %}

{% column %}
![](/files/2181c0a7ce926adc63218b1d2df76ce242a8e289)
{% 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-tracker/main-features.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.
