All extension targets on the **Order status** page render in a pre-authenticated and authenticated state, allowing customers to interact with extensions and seamlessly log into their account. ## How it works The **Order status** page supports three different customer authentication states: unauthenticated, pre-authenticated, and fully authenticated, each with a unique customer experience in order to protect customer information in unauthenticated states. In the following examples, we’ll create two extensions: the first will allow a customer to add a note to their order, the second to collect loyalty points on their purchase. Since the customer will not yet be fully authenticated, each example will require the customer to log in before performing the desired action. The `customer-account.order.action.menu-item.render` target supports seamless login, whereas the `customer-account.order-status.block.render` target requires use of the [`requireLogin`](/docs/api/customer-account-ui-extensions/apis/order-status-api/require-login) API to trigger the authentication flow. ## Limitations Your store must be using the newest version of the **Order status** page. To check if you're on the newest version, ensure you've upgraded to Checkout Extensibility in your [Checkout settings](https://admin.shopify.com/settings/checkout). ## UX guidelines Each extension should only include one extension target. ## Developer tools and resources

Target overview

Explore all extension targets available for customer account UI extensions.

Checkout UI extension components

Explore the checkout components you can also use to build customer account UI extensions.

Customer account UI extension components

Explore the components you can use to build customer account UI extensions.

Figma UI kit

Figma components for checkout and customer account UI extensions.

Order status page authentication states

Learn about the authentication states of the Order status page.

## Next steps

Building Pre-auth Order status page extensions

Build Pre-auth Order status page extensions.