# Prerequisites

We will guide through the main function of NexaID browser extension.

**Download**

The NexaID browser extension is currently compatible with Chrome browser. Support for other browsers is planned for the future.

{% file src="/files/anRG3ewB7PXk76u9ok1f" %}

#### 1. Open the Extensions Page

Type `chrome://extensions/` in your address bar and press Enter. Alternatively, click the three-dot menu in the top right corner, select Extensions, and then Manage Extensions.

#### 2. Enable "Developer Mode"

In the top right corner of the page, locate the Developer mode toggle and turn it ON. Once enabled, you will see three new buttons: *Load unpacked*, *Pack extension*, and *Update*.

#### 3. Load Your Extension

Click the Load unpacked button. A file dialog will appear. Navigate to the root folder of your extension (the folder containing your `nexaid-transgate-extension-0.0.7-chrome.zip` file) and select it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nexaid.gitbook.io/nexaid/build-on-nexaid/extension/prerequisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
