Document System Tutorial Part 4 - Creating Records in Folders ============================================================= In this part, we will discuss about folder concepts and how to create records in an application. First of all, click **USERS**. .. image:: assets/usershighlighted.png | Click **Add New User**. .. image:: assets/addnewuser.png | Click **Add New** to create User Group. .. image:: assets/usergroupaddnew.png | Input the group name anything you want (e.g. Developer). .. image:: assets/groupnamedeveloper.png | Fill up the following information to create your own user (e.g. John Doe). .. image:: assets/userjohndoe.png | Now go back to the Document System Dashboard then click **FOLDER GROUPS**. .. image:: assets/foldergrouphighlighted.png | Click **Add New Folder Group**. .. image:: assets/addnewfoldergroup.png | Fill up the following information to create a new folder group. In this example, let's give access to read and add in the Developer group. .. image:: assets/foldergrouprecord.png :align: center | Result .. image:: assets/foldergrouprecordresult.png | Go back to the Document System Dashboard then click **FOLDER USERS**. .. image:: assets/folderuserhighlighted.png | Click **Add New Folder User**. .. image:: assets/addnewfolderuser.png | Fill up the following information to create a new folder user. In this example, let's give access to read and add in this user. .. image:: assets/folderuserrecord.png :align: center | Result .. image:: assets/folderuserrecordresult.png | Click `here`_ to view our progress so far. In the `next part`_, we will talk about linking models using a foreign key for documents. .. _here: https://uadmin-docs.readthedocs.io/en/latest/document_system/tutorial/full_code/part4.html .. _next part: https://uadmin-docs.readthedocs.io/en/latest/document_system/tutorial/part5.html .. toctree:: :maxdepth: 1 full_code/part4