# Using Window\.ai

You can find the full Window\.ai documentation [here](https://windowai.io/).

### Step 1 - Install Window\.ai

Visit the [Window.ai](https://windowai.io/) website and follow the instructions to install the browser extension.

This guide assumes you are using a hosted LLM service. If you are using a local LLM service, you will need to find and follow the relevant instructions to install the LLM server and connect it to Window\.ai.

### Step 2 - Configure Amica to use Window\.ai

```md
settings -> ChatBot -> ChatBot Backend -> Window.ai
```


---

# 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://docs.heyamica.com/other-guides/using-windowai.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.
