A querystring, also known as a query string, is a part of a URL that contains parameters and their values. It's used to send data from the client to the server, typically after the base URL and separated by a question mark (?).
This adds query string to the pathname.