Take example, this is a complete URL: https://novelship.co/filter?brands=36&page=1&tags=fw18,sup
Everything before the ? is the PATH. Paths refer a PAGE or RESOURCE, Page like filter page. Resource can be users, brands Everything after the ? is the QUERY. Query is used to send some extra info to that PAGE or RESOURCE.
We use these queries to do the filtering, like brand=36 filters the brand Each filter is separated by a &