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

# Installation

> How to install the Telepatia Scribe Web Companion extension

## Individual installation

For individual use (developers, pilots, or personal accounts), install directly from the Chrome Web Store:

<Card title="Chrome Web Store" icon="chrome" href="https://chromewebstore.google.com/detail/telepatia-ai/gehfjielkoakaoadghnbagedibohbffo">
  Install Telepatia Scribe Web Companion from the Chrome Web Store.
</Card>

<Steps>
  <Step title="Install the extension">
    Click the link above and install from the Chrome Web Store.
  </Step>

  <Step title="Sign in">
    Click the extension icon in the toolbar and sign in with your Telepatia account.
  </Step>

  <Step title="Navigate to your EMR">
    Open your hospital's EMR system in the browser. The floating panel appears automatically on supported EMR pages.
  </Step>

  <Step title="Start a consultation">
    Begin a consultation — Telepatia captures the session and generates the clinical note.
  </Step>
</Steps>

## Institutional deployment

For hospital-wide deployment to managed Windows workstations, the extension is installed via browser policy (no Chrome Web Store required). This is the recommended approach for clinical environments.

<Info>
  Institutional installation requires a policy management platform (ManageEngine Endpoint Central, Microsoft Intune, GPO, or equivalent) and HTTPS connectivity to `cdn.telepatia.ai`.
</Info>

Telepatia maintains two parallel builds — choose based on the browser's underlying Chromium version:

<CardGroup cols={2}>
  <Card title="Manifest V3 Installation" icon="chrome" href="/scribe-web-companion/mv3-installation">
    For Google Chrome, Microsoft Edge, and Chromium forks with version **>= 88**. This is the recommended build for most environments.
  </Card>

  <Card title="Manifest V2 Installation" icon="puzzle-piece" href="/scribe-web-companion/mv2-installation">
    For Chromium forks (Cent Browser, etc.) with version **\< 88**. Legacy build for older browsers only.
  </Card>
</CardGroup>

### How to choose

| Browser                   | Chromium version    | Build   |
| ------------------------- | ------------------- | ------- |
| Google Chrome             | any current version | **MV3** |
| Microsoft Edge            | any current version | **MV3** |
| Fork (Cent Browser, etc.) | >= 88               | **MV3** |
| Fork (Cent Browser, etc.) | \< 88               | **MV2** |

<Tip>
  To find your Chromium version, open `chrome://version` (or `cent://version` for Cent Browser). The underlying **Chromium version** determines the choice, not the product version.
</Tip>
