> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onsleek.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Page classification

> Classify the e-commerce pages your users are visiting.

## Overview

Sleek's SDK automatically classifies e-commerce pages that users visit in your
browser extension. By integrating page classification, you can understand what
type of page your users are viewing (e.g. product page, cart page, checkout
page) either automatically in real-time or via manual classification requests.
This enables you to provide contextual experiences based on the type of page
being viewed.

## Supported platforms

* ✅ **Manifest version 3 browser extension**
* ✅ **Manifest version 2 browser extension**

Specifically, support is provided on browsers versioned:

* 💻 **Desktop**

  * Chrome (v. 88+)
  * Firefox (v. 109+)
  * Safari (v. 15.4+)
  * Edge (v. 88+)
  * Opera (v. 74+)

* 📱 **Mobile**
  * iOS Safari (v. 15+)

## How it works

To integrate Sleek's page classification offering, you will need to:

<Steps>
  <Step title="Integrate Sleek SDK">
    Install Sleek's SDK into your browser extension.
  </Step>

  <Step title="Classify pages">
    Sleek's SDK will classify the pages your users are visiting, automatically or
    via manual classification requests.
  </Step>
</Steps>

## Get started

To get started with Sleek's page classification offering, integrate Sleek's SDK into
your browser extension.

<Card title="Integrate SDK" icon="ticket" href="/sdk-reference">
  Next step, integrate Sleek's SDK into your browser extension.
</Card>

## See also

If you don't want to build your own page classification integration, you can use
Sleek's white label solutions.

Click here to learn more:

<Card title="White label page classification solution" icon="hammer" href="/offerings/custom-solutions/features/page-classification">
  Sleek built white label solutions for page classification.

  <sub>E.g. a browser extension that classifies pages.</sub>
</Card>
