--- title: System Health description: System Health integration will report system info and allow to run system diagnostics. ha_category: - Other ha_release: 0.87 ha_quality_scale: internal ha_domain: system_health ha_integration_type: system --- The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems. System Health integration data can be viewed at **Settings** -> **System** -> **Repairs** -> **System Information** in the overflow menu (top right). {% my system_health badge %} Data includes information about your system architecture, operating system and version, Home Assistant installation type and version, Python version, frontend version, the number of [Dashboards](/dashboards/dashboards/) and [Views](/dashboards/views/) you have, and more. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry system_health: ```