It is just that I would like to have a system like "Finder" available so I could see all my various documents in one list.
This is not possible.
Because apps are sandboxed, which prevents data or files from being accessed by other apps. Helps to prevent data corruption and malware.
From the iOS Application Programming Guide
Security
An important job of iOS is to ensure the security of the user’s device and the applications running on it. To this end, iOS implements several features to protect the integrity of the user’s data and to ensure that applications do not interfere with one another or the system.
*The Application Sandbox*For security reasons, iOS restricts each application (including its preferences and data) to a unique location in the file system. This restriction is part of the security feature known as the application’s sandbox. The sandbox is a set of fine-grained controls limiting an application’s access to files, preferences, network resources, hardware, and so on. Each application has access to the contents of its own sandbox but cannot access other applications’ sandboxes."