The Universal Query Editor is a Sandbox-Plugin that lets the user create new query blueprints. These query blueprints can then be accessed by code via their name and get instantiated into a "live" query at runtime.
You can access the UQS Query Editor by going to Tools -> UQS Editor.
The Query Editor's main window will then open:
Query Factory: lets you pick between 3 different query types:
Regular: this is a query that actually generates and evaluates items.
Fallbacks: a composite query that tries alternative queries should the "primary" query not find any items.
Chained: a composite query that allows for passing the resulting items to the next query in the chain in the form of input parameters.
Name: this is the name of the query blueprint which will be used to instantiate the respective query at runtime.