You use records just like any other value.
Records are just values, their types are just types. Both have their own new syntaxes, but that's no different from function values and types having their own syntax. You still use them whereever you would otherwise have used another value or type.
Is there some particular problem you are having problems solving?