# Handling updates

- [Handling commands](/nestgram/handling-updates/handling-commands.md): Handle when user writes a command (e.g. /start, /help, /menu)
- [Handling text messages](/nestgram/handling-updates/handling-text-messages.md): Handle when user writes a text messages (e.g. "Hello, world!")
- [Handling other updates](/nestgram/handling-updates/handling-other-updates.md): Handle other updates
- [Entities: url, email and other](/nestgram/handling-updates/entities-url-email-and-other.md): Handle when user writes some entities (url, email, phone\_number, hashtag, and other)
- [Other arguments in handler](/nestgram/handling-updates/other-arguments-in-handler.md): More parameter decorators (e.g. @Text, @Answ, @Message, @Update, @Entity)
- [Handling media files and download it](/nestgram/handling-updates/handling-media-files-and-download-it.md): Handle when the user sends some media file (e.g. video, photo, audio) and download it
