= Review UI Reviewing changes is an important task and the Gerrit Web UI provides many functionalities to make the review process comfortable and efficient. This is a guide through the review UI that explains the different functions and UI elements. [[change-screen]] == Change Screen The change screen shows the details of a single change and provides various actions on it. image::images/user-review-ui-change-screen.png[width=800, link="images/user-review-ui-change-screen.png"] [[commit-message]] === Commit Message Block The focus of the change screen is on the commit message since this is the most important information about a change. The numeric change ID and the change status are displayed right above the commit message. image::images/user-review-ui-change-screen-commit-message.png[width=800, link="images/user-review-ui-change-screen-commit-message.png"] The commit message can be edited directly in the Web UI by clicking on the `Edit Message` button in the change header. This opens a drop-down editor box in which the commit message can be edited. Saving modifications of the commit message automatically creates a new patch set for the change. The commit message may only be edited on the current patch set. image::images/user-review-ui-change-screen-edit-commit-message.png[width=800, link="images/user-review-ui-change-screen-edit-commit-message.png"] The numeric change ID is a link to the change and clicking on it refreshes the change screen. By copying the link location you can get the permalink of the change. image::images/user-review-ui-change-screen-permalink.png[width=800, link="images/user-review-ui-change-screen-permalink.png"] The change status shows the state of the change: - `Needs