# Page Assist - Documentation

> Elevate Your Browsing Experience with Novita AI and Page Assist Integration.

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/guides/pageassist

# Page Assist

Copy pageCopy page

Elevate Your Browsing Experience with Novita AI and Page Assist Integration.

Copy pageCopy page

Page Assist offers a seamless browser extension that integrates AI capabilities directly into your web interactions. By combining Novita AI with Page Assist, you can unlock a powerful AI-enhanced browsing experience that enhances productivity and insight generation.
This guide will walk you through the process of deploying and running Page Assist with Novita AI to supercharge your web interactions.

##

[​](#how-to-integrate-novita-ai-with-page-assist)

How to Integrate Novita AI with Page Assist

You can find the GitHub repository of Page Assist here: [n4ze3m/page-assist](https://github.com/n4ze3m/page-assist).

###

[​](#step-1-prepare-your-environment)

Step 1: Prepare Your Environment

- Install Bun or npm: Follow the installation guide for [Bun](https://bun.sh/) or use npm as an alternative.

###

[​](#step-2-clone-page-assist-repository)

Step 2: Clone Page Assist Repository

- Open your terminal and run:

```
git clone https://github.com/n4ze3m/page-assist.git
cd page-assist
```

- Install dependencies using Bun or npm:

```
bun install
```

###

[​](#step-3-build-page-assist-extension)

Step 3: Build Page Assist Extension

- Build the extension for Chrome (default):

```
bun run build
```

- For Firefox, use:

```
bun build:firefox
```

###

[​](#step-4-load-the-extension)

Step 4: Load the Extension

- For Chrome:

Navigate to `chrome://extensions`.

- Enable Developer Mode.

- Click `Load unpacked` and select the `build/chrome-xxx` (e.g. `build/chrome-mv3`) directory.

- For Firefox:

Go to `about:addons`.

- Click `Extensions` tab.

- Click `Manage Your Extensions`.

- Select `Load Temporary Add-on` and choose the `manifest.json` file from in the `build/firefox-xxx` (e.g. `build/firefox-mv3`) directory.

###

[​](#step-5-configure-novita-ai-as-openai-api-compatible-endpoint)

Step 5: Configure Novita AI as OpenAI API Compatible Endpoint

-
Obtain Your Novita AI API Key:

[Log in](https://novita.ai/user/login) to your Novita AI account.

- Navigate to [the Key Management page](https://novita.ai/settings/key-management).

- Generate a new API Key and copy it.

-
Set Up Novita AI Endpoint:

In your Page Assist Settings, enter `Open Compatible API` to add provider.

![Inyour Page Assist Settings,enter Open Compatible AP Itoaddprovider Jpe](https://mintcdn.com/novitaai/bnRhXPrVKQGiPndx/images/InyourPageAssistSettings,enterOpenCompatibleAPItoaddprovider.jpeg?fit=max&auto=format&n=bnRhXPrVKQGiPndx&q=85&s=24e573b9f95e29ce67db8b0109a77310)

- Choose Novita from the `Custom list`, and use your API key for authentication.

![Choose Novitafromthe Customlist,anduseyour AP Ikeyforauthentication Jpe](https://mintcdn.com/novitaai/H3Kjvdvlhgt0Aohj/images/ChooseNovitafromtheCustomlist,anduseyourAPIkeyforauthentication..jpeg?fit=max&auto=format&n=H3Kjvdvlhgt0Aohj&q=85&s=f2520fdd7279f785ca4b96fddea18869)

###

[​](#step-6-choose-your-model-and-test-page-assist-with-novita-ai)

Step 6: Choose your Model and Test Page Assist with Novita AI

- Choose your model from the model list provided by Novita AI.

![Chooseyourmodelfromthemodellistprovidedby Novita AI Jpe](https://mintcdn.com/novitaai/H3Kjvdvlhgt0Aohj/images/ChooseyourmodelfromthemodellistprovidedbyNovitaAI..jpeg?fit=max&auto=format&n=H3Kjvdvlhgt0Aohj&q=85&s=e8cbe0720bdc700a93337b39f3bb0f1b)

- Interact with your Novita AI model by asking questions or analyzing web content.

![Interactwithyour Novita A Imodelbyaskingquestionsoranalyzingwebcontent Jpe](https://mintcdn.com/novitaai/H3Kjvdvlhgt0Aohj/images/InteractwithyourNovitaAImodelbyaskingquestionsoranalyzingwebcontent.jpeg?fit=max&auto=format&n=H3Kjvdvlhgt0Aohj&q=85&s=44211eb01eaa61cbd57dc78d6f94b0ad)

Last modified on September 1, 2025
