I'm currently looking at drawing up a use case diagram based off a scenario I've been given:
The system works in such a way that a customer emails their personal details to an administrator.
The administrator would then record these personal details onto a spreadsheet.
My current use case diagram has 'email personal details' as one use case for the customer, with 'record personal details' as an < includes > use case for the administrator.
Is this correct usage of < includes >? Or should 'record personal details' be a separate use case for the administrator, without the < includes >?