You have chosen to add a Model because you realize you need to collect the same type of information for multiple subjects. You will want to name your Model so that it represents who or what type of information you are collecting. This is not the place to be specific so, for example, use party instead of client. Each Model should then contain any Variable that pertains to that Model. Using party as the example we would expect to have Variables to add names, addresses, personal identifiers, and other information specific to a given party.
Best Practices
Model names should be lower-case for ease of recognition.
Model names should be generic for reuseability. (e.g. contact or party as opposed to client or adversary)
*Slight variations might appear in visual references as we continually improve Knackly and our documentation.*