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

# Navi Chrome Extension

> An extension for testing and training your Navi agent

## Overview

The Navi Chrome Extension allows you to test and train your Navi agent directly within your browser.

<Warning>
  **Important Notes:** - This chrome extension is only for internal use - The
  extension has limitations - it cannot use certain tools like `navigate`
</Warning>

***

## Installation

Follow these steps to install the Navi Chrome Extension:

<Steps>
  <Step title="Download the extension (.zip file)">
    Download the zip file containing the extension
  </Step>

  <Step title="Unzip the file">
    Unzip the file to get the extension folder (double click on the zip file)
  </Step>

  <Step title="Open Chrome Extensions">
    Navigate to `chrome://extensions` in your Chrome browser
  </Step>

  <Step title="Enable Developer Mode">
    Make sure Developer Mode is turned on (toggle in the top right)
  </Step>

  <Step title="Load the extension">
    Click "Load unpacked" and select the extension folder (the folder you unzipped in step 2)
  </Step>
</Steps>

***

## Updating the Extension

To update to a newer version:

<Steps>
  <Step title="Open Chrome Extensions">
    Go to `chrome://extensions`
  </Step>

  <Step title="Remove old version">
    Remove the old extension by clicking the remove button
  </Step>

  <Step title="Load new version">
    Click "Load unpacked" and select the new extension folder (the folder you unzipped in step 2)
  </Step>
</Steps>

***

## Usage

<Steps>
  <Step title="Open the extension" icon="puzzle-piece">
    Click on the chrome extension button in the panel on the top-right
  </Step>

  <Step title="Open Settings">
    Click on Settings in the extension popup
  </Step>

  <Step title="Configure your agents">
    Add your agent IDs:

    * **agentId**: Your main agent identifier
    * **trainingAgentId**: Your training agent identifier
  </Step>
</Steps>
