> 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/detect-threats-and-analyze-data/asset-management/cloud-inventory-assets.md).

# Cloud Inventory Assets

Cortex XDR provides a unified, normalized asset inventory for cloud assets in Google Cloud Platform, Microsoft Azure, and Amazon Web Services. This capability provides deeper visibility to all the assets and superior context for incident investigation. To receive cloud assets, you must first configure a **Cloud Inventory data collector** for the vendor in Cortex XDR . As soon as Cortex XDR begins receiving cloud assets, you can view the data in Assets → **Cloud Inventory**, where and pages display the data in a table format.

The following are some of the main features available on these pages.

* When any row in the table is selected, a side panel on the right with greater details is displayed, where you can view additional data divided by sections. The following are some descriptions of the main sections.
  * **Internet Exposure**: when there are any open external ports, these ports and their corresponding details are displayed, so you can quickly identify the source of the problem. You can also view the raw JSON text of the banner details obtained from Cortex Xpanse.
  * **Asset Editors**: displays the identities of the latest 5 editors listing the percentage of editing actions for a single identity. A link is provided to open a predefined query in **XQL Search** on the **cloud\_audit\_log** dataset to view the edit operations by the identity selected for this asset in the last 7 days.
  * **Asset Metadata**: details the asset metadata collected for the selected row in the table.
* Depending on the cell you’ve selected in the table, different right-click pivot menus are available, such as **Open IP View** and **Open in Quick Launcher**.
* You can export the tables and respective asset views to a tab-separated values (TSV) file.

For more information on these sections in the side panel, see [Manage Your Cloud Inventory Assets](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/detect-threats-and-analyze-data/asset-management/cloud-inventory-assets/manage-your-cloud-inventory-assets.md).


---

# 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/detect-threats-and-analyze-data/asset-management/cloud-inventory-assets.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.
