Insert data in mysql table

I’ve gone through the topic Form Insert MySQL and couldn’t understand how to insert data in a MySQL table. I couldn’t follow the controllers and routing mentioned and referenced in that topic. I’m new to integrating Kirby with a database. Is there a tutorial or something more clear to follow?

Basic database guide is here: Using databases | Kirby CMS

Form examples here: Forms | Kirby CMS

Then you “just” need to bring it all together.

Great. Thank you @texnixe.