# Part 3: Person Page and Comments
-!!! warning "This part of the tutorial series is currently outdated while the tutorial series is updated."
-
In this part of our tutorial series, we will add a new front end page to our package that is dedicated to each person and shows their personal details.
To make good use of this new page and introduce a new API of WoltLab Suite, we will add the opportunity for users to comment on the person using WoltLab Suite’s reusable comment functionality.
│ ├── personAdd.tpl
│ └── personList.tpl
├── files
+│ ├── acp
+│ │ └── database
+│ │ └── install_com.woltlab.wcf.people.php
│ └── lib
│ ├── acp
│ │ ├── form
│ └── page
│ └── handler
│ └── PersonPageHandler.class.php
-├── install.sql
├── language
│ ├── de.xml
│ └── en.xml