# Magento 2 - How to Get Configurable Products from Simple Product

In this case, I already call a simple product, but I want to check or call what configurable products are currently using this simple product as their options. How can I get those configurable products?

You can create a helper to retrieve the configurable products IDs :

%[https://gist.github.com/fiko/77537cc790586550358769d4be90b5aa] 

As you can see there is a helper and how to call it, thanks.
