For example let's say I have an automotive site and I have a 'Make' dropdown with "BMW, Chevy, Chrysler, Dodge, Ford, etc" and if select "Ford" I want another 'Model' dropdown to only display only Ford models like 'Focus, Mustang, F150, etc."
Is this a good use case for Query Args? I would appreciate a link or two on how to use Query Args too.
Thanks!