# Find out what products contain a particular component

From any page in Helm, you can search on components (SBOM) across all products in your current workspace using the global search box in the top navigation bar. For example, you may want to find all products that are running the Windows 10 operating system.&#x20;

1. In the global search box on any page, select **SBOM** from the search drop-down. Alternately, you can go directly to the **Discover** page to run searches. Either way, your last search results will display on this page, if you need to return to them.
2. Type in a component name, such as Windows 10, then press *Enter* to run the search.&#x20;
3. From **Actions > …**, you can then jump to either viewing **Components** or **Vulnerabilities**.

## **View products and versions that contain a component**

If you jump to this product, you’ll be able to see which product and product versions contain that  component and version. From the **Actions > …** button, you can manage each component.

### View vulnerabilities for a  component

If you jump to vulnerabilities for this component, you can view the applicable vulnerabilities. From the **Actions > …** button, you can manage each vulnerability.&#x20;


---

# Agent Instructions: 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://helm.docs.medcrypt.com/manage-sboms/find-out-what-products-contain-a-particular-component.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.
