How to add new Informations on a custom Module

Hello guys,
i am working on a project and i created a custom modules for accounts. For the module to fulfill my requirements i need to add other informations like company location and so on.
I wish to know if it’s possible to these Informations (PS: i am not talking about adding new fields)
The screenshot illustrates what i mean


on the screenshot you can see “Firmeninformationen” and Adressinformationen
I want to create such things but with other names.
I hope someone can understand what i mean
Thanks

Usually that is accomplished by adding custom fields on your custom module and you can fill those fields from the related record.

Here is an example on how to autofill related fields:

Will that work for you?