> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aviatrix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AppIQ

> This section provides the purpose, elements, and actions performed on the AppIQ pages.

This section provides the purpose, elements, and actions performed on the
**AppIQ** pages.

<Tabs>
  <Tab title="Intelligent Cloud Analytics">
    ## Purpose

    The **Intelligent Cloud Analytics** page shows cloud fabric topology,
    application connections, inter-app latencies, and security metrics. You can edit
    the view configuration to change which apps, SmartGroups, and connections are
    displayed.

    ## Elements

    <Frame>
      <img
        src={
  "/images/reference/ui/diagnostics/intelligent-cloud-analytics.png"
}
        alt="AppIQ: Intelligent Cloud Analytics"
        width="100%"
      />
    </Frame>

    * **View**: Dropdown to select view.
    * **Manage Views**: Links to manage views.
    * **Edit View button**: Opens dialog to edit view configuration.
    * **Apps/Service table**: Shows applications and services with VPC/VNets and
      instances.
    * **Other Connections table**: Shows external connections and their types.
    * **View in Topology button**: Navigates to topology view.
    * **Cloud Fabric visualization**: Interactive topology diagram showing cloud
      fabric connections.
    * **Legend button**: Shows legend for topology diagram.
    * **Truncate Labels**: Truncates labels in topology diagram.
    * **Time Period**: Selects time period (e.g., Last 15 Minutes).
    * **Start**: Start date and time field.
    * **End**: End date and time field.
    * **Inter App Latencies**: Heat map showing latency between applications.
    * **Heat Map**: Selects heat map view for Inter App Latencies.
    * **Troubleshoot with FlightPath button**: Opens FlightPath troubleshooting.
    * **Connection Latencies table**: Shows connection latencies with source,
      destination, and latency.
    * **Traffic Sent: Top 5**: Chart showing top 5 traffic sent.
    * **Traffic Received: Top 5**: Chart showing top 5 traffic received.
    * **Security dropdown**: Selects the App/Service for security metrics.
    * **Distributed Cloud Firewall**: Shows Distributed Cloud Firewall rules count.
    * **Network Domains**: Shows Network Domains count.
    * **Active Threats**: Shows Active Threats count.
    * **Anomalies Detected**: Shows Anomalies Detected count.
    * **Egress FQDN**: Shows Egress FQDN count.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Intelligent Cloud Analytics">
        To view intelligent cloud analytics:

        1. Go to **Diagnostics** > **AppIQ** > **Intelligent Cloud Analytics**.
        2. The page appears with **Cloud Fabric visualization**, **Apps/Service table**, **Other Connections table**, **Inter App Latencies** heat map, **Connection Latencies table**, and traffic charts.
        3. Use **View** to switch views. Optionally, use **Time Period**, **Start**, and **End** to set the time range.
        4. Use **Security** dropdown to view Distributed Cloud Firewall, Network Domains, Active Threats, Anomalies Detected, and Egress FQDN for the selected App/Service.
        5. Optionally, click **View in Topology** to open topology view, **Legend** or **Truncate Labels** for the diagram, or **Troubleshoot with FlightPath** to run path analysis.

        The page displays cloud fabric topology, application connections, and security
        metrics for the selected view and time period.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                       |
        | ---------------------- | ------------------------------------------------- |
        | Name                   | Shows application or service name (Apps/Service). |
        | VPC/VNets              | Shows VPC/VNet count for application.             |
        | Instances              | Shows instance count for application.             |
        | Type                   | Shows connection type (Other Connections).        |
        | Source                 | Shows source endpoint.                            |
        | Destination            | Shows destination endpoint.                       |
        | Latency                | Shows connection latency.                         |
      </Accordion>

      <Accordion title="Edit Intelligent Cloud Analytics View">
        To edit the Intelligent Cloud Analytics view:

        1. Go to **Diagnostics** > **AppIQ** > **Intelligent Cloud Analytics**.
        2. Click **Edit View** to open the Edit View dialog.
        3. Update **Name**, **SmartGroups**, **Other Application/Services**, **External Connection (S2C)**, or **Edge** as needed.
        4. Save the configuration.

        The view is updated with the selected apps, SmartGroups, and connections.

        ### Parameter Details

        | CoPilot Parameter Name     | Description                         |
        | -------------------------- | ----------------------------------- |
        | Name                       | Enter view name.                    |
        | SmartGroups                | Select SmartGroups.                 |
        | Other Application/Services | Select other applications/services. |
        | External Connection (S2C)  | Select external connections.        |
        | Edge                       | Select Edge connections.            |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="FlightPath">
    ## Purpose

    The **FlightPath** page analyzes network path between source and destination
    endpoints.

    ## Elements

    <Frame>
      <img
        src={
  "/images/reference/ui/diagnostics/flightpath.png"
}
        alt="AppIQ: FlightPath"
        width="100%"
      />
    </Frame>

    * **Source Virtual Machine / IP Address**: Selects source virtual machine or IP
      address.
    * **Destination Virtual Machine / IP Address**: Selects destination virtual
      machine or IP address.
    * **Protocol**: Selects protocol (default: All).
    * **Port**: Enters port number.
    * **Interface**: Selects interface (default: Private).
    * **Run button**: Runs path analysis.

    ## Actions

    <AccordionGroup>
      <Accordion title="Run FlightPath Analysis">
        To analyze network path between source and destination:

        1. Go to **Diagnostics** > **AppIQ** > **FlightPath**.
        2. Select **Source Virtual Machine / IP Address** and **Destination Virtual Machine / IP Address**.
        3. Optionally, set **Protocol** (default: All), **Port**, and **Interface** (default: Private).
        4. Click **Run** to run the path analysis.

        The FlightPath analysis displays the network path between the selected
        endpoints.

        ### Parameter Details

        | CoPilot Parameter Name                   | Description                   |
        | ---------------------------------------- | ----------------------------- |
        | Source Virtual Machine / IP Address      | Selects source endpoint.      |
        | Destination Virtual Machine / IP Address | Selects destination endpoint. |
        | Protocol                                 | Selects protocol.             |
        | Port                                     | Enters port number.           |
        | Interface                                | Selects interface.            |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="FlightPath (Legacy)">
    ## Purpose

    The **FlightPath (Legacy)** page analyzes network path between source and
    destination endpoints using legacy interface.

    ## Elements

    <Frame>
      <img
        src={
  "/images/reference/ui/diagnostics/flightpath-legacy.png"
}
        alt="AppIQ: FlightPath (Legacy)"
        width="100%"
      />
    </Frame>

    * **Source**: Selects source endpoint.
    * **Destination**: Selects destination endpoint.
    * **Protocol**: Selects protocol (default: All, disabled).
    * **Port**: Enters port number (disabled).
    * **Interface**: Selects interface (Private or Public, disabled).
    * **Run AppIQ button**: Runs path analysis.
    * **Reset button**: Resets form fields.

    ## Actions

    <AccordionGroup>
      <Accordion title="Run FlightPath Analysis (Legacy)">
        To analyze network path using the legacy interface:

        1. Go to **Diagnostics** > **AppIQ** > **FlightPath (Legacy)**.
        2. Select **Source** and **Destination** endpoints.
        3. Optionally, set **Protocol**, **Port**, and **Interface** if enabled.
        4. Click **Run AppIQ** to run the path analysis. Use **Reset** to clear the form.

        The FlightPath analysis displays the network path between the selected
        endpoints.

        ### Parameter Details

        | CoPilot Parameter Name | Description                   |
        | ---------------------- | ----------------------------- |
        | Source                 | Selects source endpoint.      |
        | Destination            | Selects destination endpoint. |
        | Protocol               | Selects protocol.             |
        | Port                   | Enters port number.           |
        | Interface              | Selects interface.            |
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
