# Setup

{% hint style="info" %}
Currently, the extension **only** works on the same VPS as Lunar
{% endhint %}

## 1. Download The Extension

* Download the folder from our discord here
* Un-zip the folder
* Open Google Chrome

## 2. Locate Extensions

1. Select settings (3 dots located top right)
2. Select extension
3. Select manage extensions

<figure><img src="/files/4MCy9iqC648sIct5RIYb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This can also be done by searching for **chrome://extensions** or clicking [here](chrome://extensions)
{% endhint %}

## 3. Import Extension

* Turn on developer mode (top right)
* Select 'load unpacked (top left)
* Choose the lunar extension folder
* The extension should be visible in the extension drop down

{% hint style="warning" %}
If it's not visible, manually turn on the extension
{% endhint %}

<figure><img src="/files/3dDaUuJpqOYHsTAXygKQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Pin the extension to chrome for easier access
{% endhint %}


---

# 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://guide.lunar.trade/extension/setup.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.
