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

# DeepEye Installation & Setup

> Install, configure, and deploy DeepEye across your organization

> Deploy DeepEye to your team — from individual installation to enterprise-wide rollout with centralized policy management.

## Browser Compatibility

| Browser        | Minimum Version | Status          |
| -------------- | --------------- | --------------- |
| Google Chrome  | v100+           | Fully supported |
| Microsoft Edge | v100+           | Fully supported |
| Brave          | v1.40+          | Fully supported |

***

## Installation Methods

### Individual Installation

For individual users or evaluation purposes:

<Steps>
  <Step title="Open your browser's extension store">
    Navigate to the [Chrome Web Store](https://chromewebstore.google.com) (for Chrome or Brave) or the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons) store (for Edge).
  </Step>

  <Step title="Search for DeepEye">
    Search for **"DeepEye by deepidv"** in the extension store.
  </Step>

  <Step title="Install the extension">
    Click **"Add to Chrome"** (or the equivalent button for your browser) and confirm the installation when prompted.
  </Step>

  <Step title="Pin the extension">
    Click the extensions menu (puzzle piece icon) in your browser toolbar and pin the DeepEye extension for easy access.
  </Step>
</Steps>

### Enterprise Deployment

For IT administrators deploying DeepEye to multiple users across the organization:

#### Chrome — Browser Cloud Management or Group Policy

Use Google's Chrome Browser Cloud Management console or Windows Group Policy to force-install the extension across managed devices.

Add the DeepEye extension ID to the `ExtensionInstallForcelist` policy:

```
Software\Policies\Google\Chrome\ExtensionInstallForcelist\1 = "DEEPEYE_EXTENSION_ID;https://clients2.google.com/service/update2/crx"
```

#### Edge — Microsoft Intune or Group Policy

For Microsoft Edge deployments, use Microsoft Intune or Group Policy:

```
Software\Policies\Microsoft\Edge\ExtensionInstallForcelist\1 = "DEEPEYE_EXTENSION_ID;https://edge.microsoft.com/extensionwebstorebase/v1/crx"
```

<Note>
  Contact your deepidv account manager to obtain the production extension ID for enterprise deployment policies.
</Note>

***

## Configuration

After installation, configure DeepEye to connect to your organization:

<Steps>
  <Step title="Open DeepEye">
    Click the DeepEye shield icon in your browser toolbar to open the extension panel.
  </Step>

  <Step title="Sign in">
    Enter your deepidv organization credentials. DeepEye authenticates against your organization's deepidv account, ensuring all analysis activity is logged under your organization.
  </Step>

  <Step title="Set sensitivity threshold">
    Choose a sensitivity level that aligns with your operational requirements:

    | Level                | Score Threshold | Behaviour                                                                                                                                   |
    | -------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Low**              | > 80            | Only flags high-confidence deepfakes. Fewer alerts with a lower false positive rate. Suitable for general browsing.                         |
    | **Medium** (default) | > 50            | Flags medium and high confidence detections. A balanced approach for most compliance and review workflows.                                  |
    | **High**             | > 20            | Flags anything above low confidence. Maximizes detection coverage at the cost of more frequent alerts. Recommended for fraud investigation. |
  </Step>

  <Step title="Configure detection types">
    Enable or disable specific detection categories based on your role and requirements:

    * **Images** — Analyse photographs and graphics for AI generation
    * **Faces** — Detect deepfake faces in profile photos and media
    * **Text** — Identify AI-generated text content
    * **Audio** — Analyse embedded audio and video media
  </Step>
</Steps>

***

## Sensitivity Levels

Select the sensitivity level appropriate for your team's function:

| Level      | Threshold         | False Positive Rate | Recommended For                                             |
| ---------- | ----------------- | ------------------- | ----------------------------------------------------------- |
| **Low**    | Flags scores > 80 | Minimal             | General banking staff, relationship managers, everyday use  |
| **Medium** | Flags scores > 50 | Moderate            | Compliance analysts, onboarding teams, document reviewers   |
| **High**   | Flags scores > 20 | Higher              | Fraud investigators, security operations, forensic analysis |

<Tip>
  Enterprise administrators can set a default sensitivity level for the organization via the Admin Console, while allowing individual users to adjust within permitted bounds.
</Tip>

***

## Usage Guide

Once configured, DeepEye operates automatically as you browse:

### Confidence Indicators

The confidence indicator appears as a small shield icon positioned near analysed content on the page:

* **Green shield** — Content appears authentic. No significant deepfake indicators detected. Confidence score below the configured threshold.
* **Yellow shield** — Uncertain. Some indicators are present but inconclusive. Manual review is recommended before relying on this content for any decision.
* **Red shield** — Likely AI-generated or manipulated. Multiple deepfake indicators detected with high confidence. Treat this content as potentially fraudulent.

### Detailed Analysis

Click any shield indicator to open a detailed analysis panel that includes:

* **Overall confidence score** — 0 to 100, where higher scores indicate greater likelihood of AI generation
* **Detection signals** — Specific anomalies identified (e.g., GAN artifacts, texture anomalies, spectral irregularities)
* **Content classification** — The type of content analysed (image, face, text, audio)
* **Analysis timestamp** — When the analysis was performed
* **Report option** — Generate a PDF report of the analysis for compliance records

***

<Info>
  DeepEye connects to your deepidv organization. All analysis logs are available in the Admin Console under **Settings > Audit Logs**, providing a complete record of content reviewed, scores assigned, and actions taken — essential for regulatory examination and internal audit.
</Info>
