> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/investigate-artifacts-and-assets/investigate-an-asset.md).

# Investigate an asset

Drilldown on an asset on the **Asset View**. On this view you can investigate host assets, view host insights, and see a list of incidents related to a host.

{% hint style="info" %}

### Note

The Asset view is available for hosts with a Cortex XDR agent installed.
{% endhint %}

How to investigate an asset

1. Open the **Asset View**.

   Identify a host with a Cortex XDR agent installed and select **Open Asset View**.
2. In the left panel, review the overview of the host asset.

   The overview displays the host name and any related incidents.

   1. Add an **Alias** or **Comment** to the host name.
   2. Review the related incidents.

      **Related Incidents** lists the most recent incidents that contain the host as part of the incident’s key artifacts, according to the Last Updated timestamp. To dive deeper into a specific incident, select the Incident ID.
3. In the right hand view, use the filter criteria to refine the scope of the host information that you want to display.

   In the Type field, select one of the following:

   * **Host Insights:** View a list of the host artifacts.
   * **Network Connections:** Pivot to the **IP view** displaying the IP addresses associated with the host.
   * **Host Risk View:** View insights and profiling information. Available with the the Identity Threat Module.
4. Review the data.

   Select **Run insights collection** to initiate a new collection. The next time the Cortex XDR agent connects, the insights are collected and displayed.
5. Perform actions on the host.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/investigate-artifacts-and-assets/investigate-an-asset.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.
