The initial step in your process should always be modeling your data, as applications may come and go, but data remains constant. After successfully implementing your model, your CubicWeb application will operate, allowing you to gradually introduce valuable features for your users. RQL, which is based on your application model, is a concise language that emphasizes the attributes and connections inherent in the data. While it shares similarities with SPARQL, RQL is generally more user-friendly. Once a RQL query retrieves a data graph, various views can be applied to present the information in the most pertinent format. This design principle is fundamental to the entire CubicWeb architecture. Permissions are intricately defined within the data model, allowing for exceptional precision. Furthermore, any RQL query made to the engine automatically undergoes security checks to ensure safe handling. CubicWeb utilizes a conventional SQL database for data storage and management, with PostgreSQL being the favored choice among its users. By leveraging these capabilities, CubicWeb not only enhances functionality but also prioritizes security and data integrity.