GET requests are generated by clicking hyperlinks, typing URLs in the browser address bar, and submitting forms with method=GET. Form submission with method=POST generates a POST request, not GET. These are the standard HTTP methods for different user interactions.