Use relationships

It occurs when you have a chunk of behaviour that is similar across more than one use case and you don't want to keep copying the description of that behaviour.
Use it when you are repeating yourself in two or more separate uses cases and you want to avoid repetition.