I am creating a web-site on wordpress platform where I want to be able to post my own book texts. So what I want is to have a some kind of hierarchy where I would add a post
Using a plugins like CPT UI, you can create a custom post type and set it to have hierarchical tree.
CPT UI
Then just check that the post type page-attribute is set for this custom post type and voile, your posts now have hierarchical states.
page-attribute
https://wordpress.org/plugins/custom-post-type-ui/