> 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/application-queries/application-query-attributes.md).

# Application Query Attributes

Learn about Application query attributes on **Investigate** page.

Review your options when using `application where`. Each attribute allows you to narrow your search criteria. As you use these attributes, the auto-suggestion feature shows the available expressions and the operators that are applicable for each attribute.

* `business.criticality`

  Use the `business.criticality` attribute and enter a string value to find applications by the name of the defined criticality of the business.
* `environment`

  Use the `environment` attribute enter a string value to find applications by the defined name environment.
* `name`

  Use the `name` attribute and enter a string value to find specific applications. Note that the application names are not case sensitive.
* `owner`

  Use the `owner` attribute and enter a string value to find all the applications associated with a specific business owner.
* `with.asset`

  Use the `with.asset` attribute along with `Has Finding` or `Has Vulnerability` attributes to narrow down an application search and its impacted assets.

  * `finding`

    Use the `finding` attribute to search an application based on [findings](/content-collections/search-and-investigate/prisma-cloud-findings.md). Findings are driven by security policies and inherit the attributes of the policy, such as name, severity, and description. Finding type is a set of findings with a specific security focus. You can select specific `finding.type` and `finding.name` to see the list of applications, its impacted assets, and findings.
  * `vulnerability`

    Use the `vulnerability` attribute to see the list of applications, their impacted assets, and vulnerabilities. Use the vulnerability attribute along with the following attributes:

    * `cve.id`

      Use the `cve.id` attribute to search and show all the assets across your lifecycle impacted by this CVE ID.
    * `cvss.score`

      The `cvss.score` attribute queries all the vulnerabilities with a CVSS score that you select.
    * `severity`

      The `severity` attribute queries the vulnerabilities with the severity levels (Critical, High, Informational, Low, Medium) that you select.


---

# 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/application-queries/application-query-attributes.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.
