defmodule ToweropsWeb.HelpLive.Sections.Insights do @moduledoc false use ToweropsWeb, :html def render(assigns) do ~H"""

Network Insights

Network Insights provides proactive observations about your network health, gathered automatically from all connected data sources.

How It Works

Towerops continuously analyzes data from SNMP polling, Preseem, Gaiia, and other integrations to surface actionable findings. Insights are categorized by source, urgency, and type so you can focus on what matters.

Insight Types

Filtering & Management

Use the filter bar to narrow insights by status (active/dismissed), source (Preseem, Gaiia, SNMP, system), and urgency level. Each insight shows affected devices as clickable links so you can drill directly into the device detail page.

Dismiss insights you've reviewed to keep the active list clean. Bulk actions let you select multiple insights at once.

Tip: Insights run on a nightly schedule. Connect your Gaiia and Preseem integrations in <.link navigate={~p"/help?section=integrations"} class="underline"> Organization Settings to get the most comprehensive insights.

""" end end