Tabs help you structure the input fields in the admin panel. Tabs do not hold data, but can declare underlying fields which do (or even more tabs).
tabs( tab('Tab A', { // ... fields }), tab('Tab B', { // ... fields }) )