--- sidebar_label: 'Events' sidebar_position: 2 --- # Events To get more details regarding how Future Ordering events should be handled, read the guide on [event subscriptions](../event-subscriptions/overview.md). Details regarding which events to use when buidling a loyalty integration is described in each section. :::info When setting up an application that receives Future Ordering events, an inbox pattern implementation is beneficial. The inbox pattern offers several advantages in terms of reliability, scalability, and consistency. Additionally, note that an event may be delivered to the receiving application more than once, and the order of events is not guaranteed. :::