# Packages
Package direct provides a saga mapping strategy that maps messages to saga instances by having the saga implement a method that returns the instance ID directly.
Package keyset provides a saga mapping strategy that maps messages to instances by looking up which instance is associated with a key derived from the message.