to get requests from the client/user and send responses/ content. The gateway between the client/user and the content of the app.
You can pass instance variables that are defined in the get block above the erb :route method. You can send local variables using symbols(the name you gave the variable) and hashes(wherin the key is the symbol and the value is the value).