# rails console > Interact with a Rails application. > More information: . - Start the Rails console: `rails console` - Start the Rails console and roll back all data modifications on exit: `rails console --sandbox` - Start the Rails console on a specified environment: `rails console --environment {{dev|test|production|...}}` - Display help: `rails console --help`