# Preference Center Implement Preference Center to let users control their subscription preferences. # Get started with Preference Center on .NET > Preference Center allows users to opt in and out of subscription lists configured via the Airship dashboard. > **Important:** Airship Preference Centers are widgets that can be embedded in a page in an app or website. Please verify with your legal team that your full Preference Center page, including any web page for email Preference Centers, is compliant with local privacy regulations. Preference Center provides a pre-built UI for users to manage their subscription preferences. Learn more in the [Preference Center user guide](https://www.airship.com/docs/guides/messaging/features/preference-centers/). > **Note:** Preference Center display is not supported in the Airship.NET library. Use native platform methods or build a custom implementation. # Advanced Customizations > Advanced customization options for Preference Center. This guide covers creating custom Preference Center implementations for .NET MAUI applications. ## Prerequisites Preference Center requires the Airship .NET MAUI SDK to be installed. See the [SDK installation guide](https://www.airship.com/docs/developer/sdk-integration/dotnet/installation/getting-started/) for setup instructions. ## Custom Preference Centers Preference Center is not supported in the Airship.NET library. Use native binding methods instead. ## Related Documentation - [Getting Started with Preference Center](https://www.airship.com/docs/developer/sdk-integration/dotnet/preference-center/getting-started/) - [Installing the Airship SDK](https://www.airship.com/docs/developer/sdk-integration/dotnet/installation/getting-started/)