Open the menu
    ```html

    Document Repository: List

    Displays the list of all documents in the repository for the end user along with the folders that have been created. Clicking on the document triggers the download. Clicking on a folder shows all the documents contained within it.

    Screens

    List

    Data

    Document

    • Title(string) : Descriptive name to identify the document.
    • Description(string) : Explanatory text about the document.
    • Tags(Tag)
    • Category(string)
    • File(File) : Name of the file that will be available in the repository.
    ```