# PureClarity > PureClarity is an AI-driven personalization platform that enhances e-commerce experiences through intelligent recommendations and dynamic content. ## Docs - [Server-side personalization request](https://docs.pureclarity.com/api-reference/server-side/server-side-personalization-request.md): Submit tracking events and retrieve personalized zone content from the server side. This endpoint combines event tracking with zone content retrieval in a single request, making it suitable for server-side rendered applications. - [Submit a product feed URL](https://docs.pureclarity.com/api-reference/data-feeds/submit-a-product-feed-url.md): Submit a URL where PureClarity can download a full JSON product feed. The feed is processed asynchronously, so the URL must remain accessible for at least 24 hours after submission. - [Submit a product delta update](https://docs.pureclarity.com/api-reference/data-feeds/submit-a-product-delta-update.md): Submit incremental product updates without resubmitting a full feed. Use this endpoint to add, update, or delete products, manage category assignments, update account-specific pricing, and update user data. - [Check delta processing status](https://docs.pureclarity.com/api-reference/data-feeds/check-delta-processing-status.md): Check the processing status of one or more previously submitted delta updates using the tokens returned from the `/api/delta` endpoint. - [Check product feed processing status](https://docs.pureclarity.com/api-reference/data-feeds/check-product-feed-processing-status.md): Check the processing status of previously submitted product feed imports using the tokens returned from the feed submission endpoints. - [Forget a user (GDPR)](https://docs.pureclarity.com/api-reference/gdpr/forget-a-user-gdpr.md): Submit a request to remove all identifiable data for a specific user from PureClarity. This supports GDPR right-to-erasure compliance. - [Product Updates](https://docs.pureclarity.com/product-updates.md): The latest improvements and new features in PureClarity - [What is PureClarity?](https://docs.pureclarity.com/support/general/what-is-pureclarity.md): Comprehensive overview of PureClarity's personalization platform, AI-driven recommendations, and how it transforms the customer shopping experience - [How Does the AI Work?](https://docs.pureclarity.com/support/general/how-ai-works.md): Deep dive into PureClarity's artificial intelligence engine, machine learning algorithms, and how AI delivers personalized shopping experiences - [Shopify Installation](https://docs.pureclarity.com/integrations/shopify/installation.md): Complete guide to installing PureClarity from the Shopify App Store and choosing your personalization plan - [Shopify Vintage Theme Setup](https://docs.pureclarity.com/integrations/shopify/vintage-themes.md): Complete guide for setting up PureClarity personalization on Shopify vintage themes with manual configuration steps - [Shopify Online Store 2.0 Theme Setup](https://docs.pureclarity.com/integrations/shopify/online-store-2-themes.md): Streamlined setup guide for PureClarity personalization on modern Shopify Online Store 2.0 themes with enhanced app integration - [Shopify Personalized Recommendations Plan](https://docs.pureclarity.com/integrations/shopify/personalised-recommendations.md): Complete setup guide for Shopify stores using PureClarity's automated personalized recommendations plan with step-by-step wizard configuration - [BigCommerce Installation](https://docs.pureclarity.com/integrations/bigcommerce/installation.md): Step-by-step installation guide for setting up PureClarity with BigCommerce including account creation, setup process, and free trial information - [BigCommerce Configuration](https://docs.pureclarity.com/integrations/bigcommerce/configuration.md): Complete configuration guide for BigCommerce PureClarity integration including data synchronization, Stencil theme setup, and zone installation - [Custom Installation](https://docs.pureclarity.com/integrations/custom/installation.md): Custom integration guide for platforms without direct PureClarity plugins, featuring comprehensive custom implementation documentation and resources - [1. Overview](https://docs.pureclarity.com/integrations/custom/api-reference/getting-started/overview.md) - [2. Implementation methods - client vs server](https://docs.pureclarity.com/integrations/custom/api-reference/getting-started/implementation-methods---client-vs-server.md) - [3. Language and Localisation](https://docs.pureclarity.com/integrations/custom/api-reference/getting-started/language-and-localisation.md) - [4. PCJS Master Function](https://docs.pureclarity.com/integrations/custom/api-reference/getting-started/pcjs-master-function.md) - [5. Developer Debug Mode](https://docs.pureclarity.com/integrations/custom/api-reference/getting-started/developer-debug-mode.md) - [1. Overview](https://docs.pureclarity.com/integrations/custom/api-reference/client-side/overview.md) - [2. Event Tracking](https://docs.pureclarity.com/integrations/custom/api-reference/client-side/event-tracking.md) - [3. Zones](https://docs.pureclarity.com/integrations/custom/api-reference/client-side/zones.md) - [4. HTML Templates](https://docs.pureclarity.com/integrations/custom/api-reference/client-side/html-templates.md) - [1. Server-side](https://docs.pureclarity.com/integrations/custom/api-reference/server-side/server-side.md) - [1. Forget User](https://docs.pureclarity.com/integrations/custom/api-reference/gdpr/forget-user.md) - [Forget User API](https://docs.pureclarity.com/integrations/custom/api-reference/gdpr/forget.md): API endpoint for anonymizing user data in compliance with GDPR - [Overview](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/overview.md) - [page_view event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/page_view.md): The page_view tracking event is used to record a page view with PureClarity and to tell PureClarity what page the user is viewing, along with context data. - [product_view event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/product_view.md): The product_view tracking event tells PureClarity that the user has viewed a product with the given id. Optionally it can also include product information. - [set_basket event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/set_basket.md): The set_basket tracking event sets the contents of the users basket in its entirety. This event is useful for PureClarity to associate strong buying signals for a given product for the user. Note, the context is an array of basket products. - [order event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/order.md): The order tracking event is used to track order activity so that PureClarity can determine customers purchasing habits and trends to personalize recommendations. This should ideally be placed on the final step of the checkout process once the order has been successfully submitted. - [customer_details](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/customer_details.md): The customer_details tracking event is used when a customer logs in on the site or the site is aware of who the customer is, such as when a user registers on the site. - [customer_logout event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/customer_logout.md): The customer_logout tracking event tells PureClarity that the current user has logged out. - [product_rate event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/product_rate.md): The product_rate tracking event tells PureClarity that a user has rated a product with a given rating and is thus used as part of the top rated product recommender - [currency event](https://docs.pureclarity.com/integrations/custom/api-reference/event-tracking/currency.md): The currency tracking event tells PureClarity what currency is the users preference, and thus controls what currency is returned in product recommenders. The currency code must be a valid ISO 4217 currency code. Prices in the currency must already be stored against the products as part of the data f… - [1. Overview](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/overview.md) - [2. Submitting Data Feeds](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/submitting-data-feeds.md) - [3. B2B Account Pricing](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/b2b-account-pricing.md) - [4. Deltas](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/deltas.md) - [5. Offline Orders](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/offline-orders.md) - [Product Feed Model](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/product.md): Model about a product. Sent in data feeds and product deltas. Set empty array fields to empty array brackets (e.g. [ ]) not empty strings. - [Product Feed API](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/productfeed.md): API endpoint for submitting product feed URLs to PureClarity - [Brand Feed Model](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/brand.md): Model about a brand. Sent in data feeds. Set empty array fields to empty array brackets (e.g. [ ]) not empty strings. The Image field is optional. This field is required so that PureClarity can display the brand logo (or other relevant image) in brand recommenders. Note that certain recommenders may… - [Category Feed Model](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/category.md): Model about a category. Sent in data feeds. Set empty array fields to empty array brackets (e.g. [ ]) not empty strings. - [User Feed Model](https://docs.pureclarity.com/integrations/custom/api-reference/data-feeds/user.md): The User Data Feed can hold detailed information about a user that PureClarity can use to define customer segments. There are a few standard fields such as UserId and FirstName but you can provide any number of Custom Fields as part of the feed, e.g. Marketing Preferences or any personal information… - [1. Overview](https://docs.pureclarity.com/integrations/custom/api-reference/templating/overview.md) - [2. Recommenders](https://docs.pureclarity.com/integrations/custom/api-reference/templating/recommenders.md) - [3. Image Carousel](https://docs.pureclarity.com/integrations/custom/api-reference/templating/image-carousel.md) - [4. Static Image](https://docs.pureclarity.com/integrations/custom/api-reference/templating/static-image.md) - [1. Overview](https://docs.pureclarity.com/integrations/custom/api-reference/models/overview.md) - [Product Recommender Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/product-recommender-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests. - [Category Recommender Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/category-recommender-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests - [Brand Recommender Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/brand-recommender-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests - [Carousel Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/carousel-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests - [Image Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/image-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests - [HTML Model](https://docs.pureclarity.com/integrations/custom/api-reference/models/html-model.md): Model available for use in the Templates, and also returned by PureClarity in server-side requests - [Magento 2.x Installation](https://docs.pureclarity.com/integrations/magento/magento-2/installation.md): How to install PureClarity into Magento 2.x using Composer and configure the extension - [Magento 2.x Free Trial Signup](https://docs.pureclarity.com/integrations/magento/magento-2/free-trial-signup.md): Step-by-step guide to signing up for a PureClarity free trial through the Magento 2.x extension - [Magento 2.x - Linking an Existing Store](https://docs.pureclarity.com/integrations/magento/magento-2/linking-existing-store.md): How to connect an existing PureClarity store to a new Magento 2.x installation - [Adding Another Store](https://docs.pureclarity.com/integrations/magento/magento-2/adding-another-store.md): How to add another store view to your PureClarity account in Magento 2.x for multi-language or multi-store setups - [Environment & Credentials](https://docs.pureclarity.com/integrations/magento/magento-2/environment-credentials.md): Understanding and configuring PureClarity environment and credential settings in Magento 2.x - [Magento 2.x Dashboard](https://docs.pureclarity.com/integrations/magento/magento-2/dashboard.md): Complete overview of the PureClarity dashboard features and functionality in Magento 2.x - [Types of Data Feeds](https://docs.pureclarity.com/integrations/magento/magento-2/types-of-feed.md): Overview of the different types of data feeds that can be sent from Magento 2.x to PureClarity for personalization - [When Data Feeds Run](https://docs.pureclarity.com/integrations/magento/magento-2/when-feeds-run.md): Understanding the different scheduling options for data feeds in Magento 2.x - nightly, real-time indexing, and manual execution - [Feed Status Overview](https://docs.pureclarity.com/integrations/magento/magento-2/feed-status.md): Understanding the different feed status indicators in Magento 2.x and how to interpret feed execution progress - [Data Feeds & Indexing Configuration](https://docs.pureclarity.com/integrations/magento/magento-2/data-feeds-indexing.md): Comprehensive guide to configuring data feeds and indexing settings in Magento 2.x for optimal PureClarity performance - [Enabling the Brand Feed](https://docs.pureclarity.com/integrations/magento/magento-2/enabling-brand-feed.md): How to configure and enable the brand feed in Magento 2.x using category-based brand management - [Product Attributes](https://docs.pureclarity.com/integrations/magento/magento-2/product-attributes.md): Understanding and configuring PureClarity-specific product attributes in Magento 2.x for enhanced personalization - [Category Attributes](https://docs.pureclarity.com/integrations/magento/magento-2/category-attributes.md): Configuring PureClarity-specific category attributes in Magento 2.x for enhanced category-based recommendations - [Configuration Mode](https://docs.pureclarity.com/integrations/magento/magento-2/configuration-mode.md): Understanding client-side vs server-side display modes in Magento 2.x and their impact on PureClarity recommendations - [Magento 2.x - Default Zone Installation](https://docs.pureclarity.com/integrations/magento/magento-2/default-zone-installation.md): Quick setup guide for installing default PureClarity zones across your Magento store pages - [Adding Zones Using Widgets](https://docs.pureclarity.com/integrations/magento/magento-2/adding-zones-widgets.md): How to add PureClarity zones to your Magento 2.x site using the widget system for flexible content placement - [Adding Zones Using HTML](https://docs.pureclarity.com/integrations/magento/magento-2/adding-zones-html.md): Direct template integration of PureClarity zones using HTML tags in Magento 2.x theme templates - [Zone Debug Mode](https://docs.pureclarity.com/integrations/magento/magento-2/zone-debug.md): How to enable and use zone debug mode in Magento 2.x to visualize zone placement and troubleshoot zone issues - [Placeholder Images Configuration](https://docs.pureclarity.com/integrations/magento/magento-2/placeholder-images.md): Setting up fallback images for products and categories in Magento 2.x when default images are missing - [Products Not Updating Troubleshooting](https://docs.pureclarity.com/integrations/magento/magento-2/products-not-updating.md): Comprehensive troubleshooting guide for when product and category changes aren't appearing in PureClarity recommendations - [Zones Not Showing Troubleshooting](https://docs.pureclarity.com/integrations/magento/magento-2/zones-not-showing.md): Step-by-step guide to diagnose and fix issues when PureClarity zones aren't displaying on your Magento 2.x site - [Customer Specific Prices](https://docs.pureclarity.com/integrations/magento/magento-2/customer-specific-prices.md): How to display customer-specific pricing in PureClarity recommendations using server-side mode in Magento 2.x - [Magento 2.x Logs Management](https://docs.pureclarity.com/integrations/magento/magento-2/logs.md): Comprehensive guide to PureClarity logging features in Magento 2.x including debug logging, log management, and troubleshooting - [Extending Feed Data](https://docs.pureclarity.com/integrations/magento/magento-2/extending-feed.md): Developer guide for extending and customizing PureClarity feed data in Magento 2.x through plugins and custom implementations - [Server-Side Mode Implementation](https://docs.pureclarity.com/integrations/magento/magento-2/serverside.md): Advanced guide to implementing and customizing server-side mode in Magento 2.x for complex pricing and custom data requirements - [Magento 2.x - Troubleshooting Feed Failures](https://docs.pureclarity.com/integrations/magento/magento-2/feeds-failing-errors.md): Comprehensive guide to diagnosing and resolving PureClarity data feed errors in Magento 2.x - [Magento 1.x Installation](https://docs.pureclarity.com/integrations/magento/magento-1/installation.md): Complete installation guide for setting up PureClarity with Magento 1.x including extension installation, configuration, and data feed setup - [Magento 1.x Configuration](https://docs.pureclarity.com/integrations/magento/magento-1/configuration.md): Comprehensive configuration guide for Magento 1.x PureClarity integration including zones, feeds, product options, and advanced settings - [Magento 1.x Troubleshooting](https://docs.pureclarity.com/integrations/magento/magento-1/troubleshooting.md): Common troubleshooting solutions for Magento 1.x PureClarity integration including feed failures, zone display issues, and data sync problems - [WooCommerce Installation](https://docs.pureclarity.com/integrations/woocommerce/installation.md): Complete guide to installing and setting up the PureClarity WooCommerce plugin - [Setting Up Your PureClarity Account](https://docs.pureclarity.com/integrations/woocommerce/setting-up-account.md): How to create a new PureClarity account or link an existing account using the WooCommerce plugin - [WooCommerce Dashboard Overview](https://docs.pureclarity.com/integrations/woocommerce/dashboard-overview.md): Complete guide to the PureClarity WooCommerce plugin dashboard features, display modes, and navigation - [WooCommerce Zones Configuration](https://docs.pureclarity.com/integrations/woocommerce/zones.md): How to configure and manage recommendation zones in your WooCommerce store using PureClarity - [WooCommerce Data Feeds Management](https://docs.pureclarity.com/integrations/woocommerce/data-feeds.md): Complete guide to managing data feeds in PureClarity WooCommerce plugin - scheduling, monitoring, and troubleshooting - [WooCommerce Settings Configuration](https://docs.pureclarity.com/integrations/woocommerce/settings.md): Complete guide to configuring PureClarity WooCommerce plugin settings for optimal performance and customization - [WooCommerce Troubleshooting Guide](https://docs.pureclarity.com/integrations/woocommerce/troubleshooting.md): Common issues and solutions for PureClarity WooCommerce integration including installation, feeds, zones, and performance problems - [Extending WooCommerce Data Feeds](https://docs.pureclarity.com/integrations/woocommerce/extending-feed.md): Developer guide for customizing and extending PureClarity data feeds in WooCommerce with hooks, filters, and custom data - [Drupal Integration](https://docs.pureclarity.com/integrations/drupal/integration.md): Complete guide for integrating PureClarity with Drupal using the PHP SDK, including data feeds, JavaScript implementation, and advanced personalization features - [Campaign Overview](https://docs.pureclarity.com/features/campaigns/overview.md): Understanding PureClarity campaigns and how they deliver personalized experiences to your customers - [Campaign List Management](https://docs.pureclarity.com/features/campaigns/campaign-list.md): Comprehensive guide to managing and organizing your PureClarity campaigns with filtering, status control, and optimization strategies - [Creating a Campaign](https://docs.pureclarity.com/features/campaigns/creating-campaign.md): Step-by-step guide to creating effective PureClarity campaigns with targeting, content selection, and optimization strategies - [Recommender Campaigns](https://docs.pureclarity.com/features/campaigns/recommender-campaigns.md): Complete guide to automated and custom recommender campaigns with configuration options, filters, and performance optimization - [Campaign Preview and Settings](https://docs.pureclarity.com/features/campaigns/preview-settings.md): Comprehensive guide to the campaign editor interface, template customization, block management, and preview functionality - [Campaign Attribution and Click Tracking](https://docs.pureclarity.com/features/campaigns/attribution-clicks.md): Advanced guide to campaign attribution, revenue tracking, audience building, and customer interaction analytics for optimization - [Customer Segments Overview](https://docs.pureclarity.com/features/segments/overview.md): Comprehensive guide to PureClarity's audience segmentation features for advanced personalization and targeted campaign delivery - [Creating a Segment](https://docs.pureclarity.com/features/segments/creating-segment.md): Step-by-step guide to building custom customer segments with single and multiple conditions using PureClarity's segment builder tool - [Where to Use Segments](https://docs.pureclarity.com/features/segments/using-segments.md): Comprehensive guide to implementing customer segments across campaigns, popups and other PureClarity features for maximum personalization impact - [Understanding Segment Insights](https://docs.pureclarity.com/features/segments/insights.md): Complete guide to analyzing segment performance data, interpreting metrics, and using insights for optimization and strategic decision-making - [Zones Overview](https://docs.pureclarity.com/features/zones/overview.md): Understanding PureClarity zones - the foundation for displaying personalized content across your website - [Adding Zones](https://docs.pureclarity.com/features/zones/adding-zones.md): Step-by-step guide to creating and configuring PureClarity zones for personalized content placement across your website - [Popups Overview](https://docs.pureclarity.com/features/popups/overview.md): Comprehensive guide to PureClarity's popup features for customer engagement, lead capture, and personalized promotional messaging - [Creating a Popup](https://docs.pureclarity.com/features/popups/creating-popup.md): Step-by-step guide to building effective popups with targeting, design customization, triggers, and performance optimization - [Templates Overview](https://docs.pureclarity.com/features/templates/overview.md): Understanding PureClarity templates - the foundation for creating customized campaigns with personalized content and recommendations - [Creating Custom Templates](https://docs.pureclarity.com/features/templates/creating-templates.md): Comprehensive guide to building custom templates using Handlebars templating engine, schemas, blocks, and advanced configuration options - [Analytics Overview](https://docs.pureclarity.com/features/analytics/overview.md): Comprehensive analytics suite providing insights into site performance, campaign effectiveness, content engagement, zone optimization, and email campaign success - [Product Analytics Guide](https://docs.pureclarity.com/features/analytics/product-analytics.md): Learn how to leverage PureClarity's product analytics to make data-driven decisions for personalization and customer experience optimization - [Dashboard Overview](https://docs.pureclarity.com/support/general/dashboard-overview.md): Complete guide to understanding and utilizing the PureClarity dashboard for analytics, campaign performance, and onboarding - [Data Explorers Overview](https://docs.pureclarity.com/support/general/data-explorers-overview.md): Comprehensive guide to PureClarity's data exploration tools for analyzing product performance, user behavior, and gaining insights for optimization - [User Explorer](https://docs.pureclarity.com/support/general/user-explorer.md): Comprehensive guide to using User Explorer for viewing, searching, and managing customer data in PureClarity - [Managing Admin Users](https://docs.pureclarity.com/support/general/managing-admin-users.md): Complete guide to managing admin users, roles, and permissions in PureClarity for secure team access control - [Platform Settings](https://docs.pureclarity.com/support/general/settings.md): Comprehensive guide to configuring PureClarity platform settings for optimal performance and compliance - [Tracking Consent](https://docs.pureclarity.com/support/general/tracking-consent.md): Implement GDPR and CCPA compliance with PureClarity tracking consent management for customer privacy protection - [Understanding Product Attribution](https://docs.pureclarity.com/support/general/product-attribution.md): Comprehensive guide to using PureClarity's Product Attribution analytics for measuring performance and revenue impact - [Using PureClarity During Development](https://docs.pureclarity.com/support/general/development-usage.md): Best practices for implementing PureClarity in development, staging, and testing environments across all platforms - [PureClarity Debug Toolbar](https://docs.pureclarity.com/support/general/debug-toolbar.md): Complete guide to using the PureClarity Debug Toolbar for testing, previewing, and debugging campaigns, zones, and events - [Audiences](https://docs.pureclarity.com/support/general/audiences.md): Understanding automatically created segments through campaign attribution settings for advanced personalization - [Platform Integrations](https://docs.pureclarity.com/support/general/integrations.md): Overview of third-party platform integrations available with PureClarity, including product ratings and review systems - [Security Disclosure Policy](https://docs.pureclarity.com/support/general/security-disclosure-policy.md): Responsible security testing guidelines and disclosure process for reporting security issues to PureClarity - [Email Marketing Overview](https://docs.pureclarity.com/support/email/overview.md): Complete guide to PureClarity's personalized email marketing features, including campaign creation, recommender integration, and email service provider setup - [Email Acceptable Use Policy](https://docs.pureclarity.com/support/email/acceptable-use-policy.md): Official acceptable use policy for PureClarity's personalized email service, including prohibited content guidelines and bounce/complaint rate requirements - [PureClarity Email Disclaimer](https://docs.pureclarity.com/support/email/disclaimer.md): Official email disclaimer and legal information for PureClarity Technologies Limited communications and email security considerations - [GDPR Overview](https://docs.pureclarity.com/legal/gdpr/overview.md): General Data Protection Regulations overview for PureClarity merchants and data subjects - [GDPR Tools](https://docs.pureclarity.com/legal/gdpr/tools.md): Available tools for GDPR compliance including user data management and Subject Access Requests - [GDPR References](https://docs.pureclarity.com/legal/gdpr/references.md): External references and resources for GDPR compliance and data protection regulations - [Privacy Policy](https://docs.pureclarity.com/legal/privacy/privacy-policy.md): PureClarity Technologies Limited privacy policy for visitors, customers and data processing practices - [Cookie Policy](https://docs.pureclarity.com/legal/privacy/cookie-policy.md): Our Cookies Policy explains what cookies are, how we use cookies and how third-parties we may partner with may use cookies. - [Service Agreement](https://docs.pureclarity.com/legal/terms/service-agreement.md): PureClarity Technologies Limited service agreement governing terms and conditions for using PureClarity services - [Backup & Recovery Policy](https://docs.pureclarity.com/legal/terms/backup-recovery-policy.md): This document is PureClarity's Backup Policy. - [Support Policy](https://docs.pureclarity.com/support/general/support-policy.md): Comprehensive support policy covering service levels, response times, and support services for PureClarity customers ## OpenAPI Specs - [openapi](https://docs.pureclarity.com/integrations/custom/api-reference/openapi.yaml)