The document discusses different methods for getting input in Ring programming language:
1. The Give command prompts for user input and stores it in a variable.
2. The GetChar() function gets a single character of input.
3. The Input() function gets a string of minimum specified length as input.