What is the difference between `@title` and `title` in Ruby on Rails?

What is the difference between @title and title in Ruby on Rails?

Both can be used as variable names, but how do they differ? Additionally, how do instance variables (@variable), local variables (variable), and global variables ($variable ruby) compare? When should I use @ or $ in my Rails application?