> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/search-and-investigate/asset-config-queries.md).

# Asset Configuration Queries

Use asset configuration queries to investigate configuration incidents so that you can identify misconfigurations and compliance violations.

Prisma Cloud ingests various services and associated configuration data from AWS, Azure, Alibaba, GCP, and OCI cloud services. You can retrieve asset information to identify asset misconfigurations and detect policy violations that expose your business to undue risk and non-compliance to industry benchmarks. You can also view the audit trail for information on who created, modified, deleted assets on the cloud platform and when the change was made.

To investigate asset configuration issues, you can use Asset Config queries. You can enter your query in the **Search** bar and if the search expression is valid and complete, a green check mark displays along with your query results.

You can choose to save the search queries that you have created for investigating incidents in **My Saved Searches**. A saved search enables you to use the same query at a later time, instead of typing the query again, and it enables you to use the saved search to create a policy.

**Saved Searches** has list of search queries saved by any Prisma Cloud administrator.

Select a record to view additional details about Audit Trail or Host Findings in the Asset Explorer. Hover over the configuration record to see the option to view the details of the asset configuration. You can also search directly within the JSON asset configuration to easily find something that is part of the metadata ingested on Prisma Cloud, and speed up your investigation.


---

# 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://docs.prismacloud.io/content-collections/search-and-investigate/asset-config-queries.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.
