> 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/on-premise/es/on-premise/how-to-guide/troubleshooting.md).

# Solución de problemas

Diagnostique y resuelva problemas en implementaciones de Navixy On-Premise. Cubre la arquitectura del sistema, componentes de servicio y guías para la interfaz web, dispositivos, reportes y registros.

Mientras utiliza la solución On-Premise de Navixy, puede encontrarse con problemas ocasionales. Estos pueden surgir por factores externos, como una configuración incorrecta del hardware, o por una configuración incorrecta y otros problemas relacionados con el software. Recuerde, ningún obstáculo es insuperable, y esta sección tiene como objetivo guiarle en la solución de los escenarios más frecuentes.

Tener un conocimiento integral de la arquitectura del sistema es vital para una solución de problemas eficaz. Cuando usted conoce las funciones específicas asignadas a cada componente del sistema, sus ubicaciones precisas, los mecanismos de funcionamiento y el almacenamiento de registros, identificar y resolver problemas se vuelve mucho más sencillo y directo.

La información general sobre los componentes del sistema se proporciona en la página siguiente:

* [Componentes del sistema](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/system-components.md)

Para obtener información detallada sobre la solución de problemas de elementos específicos de la plataforma, consulte las otras páginas de esta sección:

{% columns %}
{% column %}

* [Verificación de los estados de los servicios](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/checking-service-statuses.md)
* [Trabajo con registros](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/working-with-logs.md)
* [Interfaz web](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/web-interface.md)
* [Pasarela de correo](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/on-premise-email-gateway-troubleshooting.md)
  {% endcolumn %}

{% column %}

* [Pasarela SMS](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/on-premise-sms-gateway-troubleshooting.md)
* [Activar dispositivo](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/device-activation.md)
* [Funcionamiento y conexión del dispositivo](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/device-operation-and-connection.md)
* [Reportes](/docs/on-premise/es/on-premise/how-to-guide/troubleshooting/reports.md)
  {% endcolumn %}
  {% endcolumns %}

Al solucionar problemas, obtiene una ventaja significativa al interactuar con la plataforma. Con una comprensión integral de la mecánica del sistema, puede administrar y utilizar la solución On-Premise de Navixy con la máxima eficacia.

{% hint style="info" %}
Si encuentra problemas no cubiertos en esta sección, comuníquese con el soporte técnico de Navixy en <support@navixy.com>
{% endhint %}


---

# 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/on-premise/es/on-premise/how-to-guide/troubleshooting.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.
