Sample Projects and Use Cases > Use Case: 3D-Guided Service Instructions > 3D-Guided Service Instructions 202: Use JavaScript to Find Parts
3D-Guided Service Instructions 202: Use JavaScript to Find Parts
Prerequisites
Introduction
It’s common that when a part on an object breaks, a new part might need to be ordered. Luckily, parts have distinct part numbers. Using a search box in this AR experience, you can enter the part number into a Vuforia View experience to find the physical location of the replacement part on the object so that it can be replaced in a quicker manner than they might if they had to be replaced with the assistance of a manual.
This portion of the project will help you become familiar with the added functionality that JavaScript coding can bring to a Vuforia Studio experience by adding a way to search for parts using text input, and then adding code to highlight parts that match attribute data that was searched for.
To get started, go to Find Parts.
Was this helpful?