Use cases describe the functionality expected from the system under development, it provides tangible benefit for one or more actors that communicate with this use case. It is derived from the customer’s wishesw

graph {
	label="unit of functionality of the system"
	A
}