> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/extras-overview/inventory.md).

# Inventory

The Inventory page in DuploCloud provides a centralized view of all cloud resources across your environment, providing a quick way to see everything you have deployed in one place.

You can use the Inventory page to:

* Locate resources without navigating through multiple tenants or service pages.
* Verify that deployments have completed.
* Cross-check counts across services.
* Audit your environment for troubleshooting or compliance purposes.
* Export a full inventory of cloud resources for recordkeeping or compliance needs.

{% hint style="info" %}
For Host-level security inventory collected via OSSEC and visible in the SIEM dashboard, see the [**Inventory Monitoring** documentation](/docs/automation-platform/security-and-compliance/access-control-3/inventory.md) in the **Security and Compliance** section.
{% endhint %}

## Accessing the Inventory Page

The Inventory page displays a full list of resources for recordkeeping, troubleshooting, or compliance purposes.

1. Navigate to **Administrator** → **Inventory**. The **Inventory** page displays.

<figure><img src="/files/vkuXqF7vFas6geqiHiWW" alt=""><figcaption><p><strong>Inventory</strong> page</p></figcaption></figure>

2. Select a tab at the top to filter resources by category. The tabs vary depending on the cloud provider and your environment.<br>

   <div align="left"><figure><img src="/files/iC5VDGBJ55kCy1pShXiR" alt=""><figcaption><p><strong>Host</strong> tab on the <strong>Inventory</strong> page</p></figcaption></figure></div>
3. Click any resource name in the list to drill down to more detailed information about that resource.<br>

   <div align="left"><figure><img src="/files/esyBO0fow7eHRrczk5u2" alt=""><figcaption><p><strong>EC2</strong> tab on the <strong>Inventory</strong> page</p></figcaption></figure></div>

## Downloading an Inventory Report

DuploCloud allows users to export a full list of resources from the **Inventory** page:

1. Navigate to **Administrator** -> **Inventory**. The **Inventory** page displays.
2. Select the **All Resources** tab.
3. Click the button in the upper right to export your inventory. The exact button and file format vary by cloud provider:

   * **AWS:** Click **DuploCloud Inventory Report** to download a compliance-ready Excel (`.xlsx`) report containing all AWS resource details. Useful for audits and StateRAMP/FedRAMP compliance.
   * **GCP and Azure**: Click **Export to CSV** to download an operational snapshot in CSV format of DuploCloud-managed resources. Primarily used for troubleshooting or recordkeeping.<br>

   <figure><img src="/files/PVT7WZqr0FZqz4e7wzz2" alt=""><figcaption><p><strong>Inventory</strong> page with <strong>DuploCloud Inventory Report</strong> option highlighted</p></figcaption></figure>


---

# 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:

```
GET https://docs.duplocloud.com/docs/automation-platform/extras-overview/inventory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
