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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.prowler.com/feedback

```json
{
  "path": "/user-guide/cli/tutorials/quick-inventory",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Quick Inventory

Prowler allows you to execute a quick inventory to extract the number of resources in your provider.

<Note>
  Currently, it is only available for AWS provider.
</Note>

* You can use option `-i`/`--quick-inventory` to execute it:

  ```sh theme={null}
  prowler <provider> -i
  ```

<Note>
  By default, it extracts resources from all the regions, you could use `-f`/`--filter-region` to specify the regions to execute the analysis.
</Note>

* This feature specify both the number of resources for each service and for each resource type.

* Also, it creates by default a CSV and JSON to see detailed information about the resources extracted.

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/quick-inventory.jpg?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=15379e9c4b52c188662ab85c8922c53d" alt="Quick Inventory Example" width="1827" height="1174" data-path="images/quick-inventory.jpg" />

## Objections

The inventorying process is carried out with `resourcegroupstaggingapi` calls, which means that only resources they have or have had tags will appear (except for the IAM and S3 resources which are done with Boto3 API calls).
