# Taskflow ```mermaid flowchart A[Goal: Finding a quiet study area] --> B(Walk over to the main node) B --> C(Look at the screen to view where its the quietest) C --> D(Walk over to that area) D --> E(Start studying) ``` ```mermaid flowchart A[Goal: leave a review to improve the study area] --> B(Walk over to the main node) B --> C(Read the question) C --> D(Press the button according to your answer) D --> E(The review gets picked up by the building manager and \n they are going to improve the quality of the study area) ```