# Installation

#### From Chrome Web Store

<figure><img src="/files/SvvvBK9jVFMAdoPKna0Q" alt=""><figcaption></figcaption></figure>

1. Visit the extension page:\
   <https://chromewebstore.google.com/detail/college-help-ai/hkpnmedofadjhlllcppmpadkadhcnpbe?pli=1>
2. Click **“Add to Chrome”**.
3. Pin the extension to your toolbar.

#### From GitHub (Source)

<figure><img src="/files/H2qd01yqq57bP0Sk9E2g" alt=""><figcaption></figcaption></figure>

1. Clone the repository:

   ```bash
   git clone https://github.com/collegehelpAI-com/homework-ai-helper.git
   ```
2. Follow the instructions in the repo to load the unpacked extension in Chrome.&#x20;
   1. GitHub: <https://github.com/collegehelpAI-com/homework-ai-helper>


---

# 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.collegehelpai.com/getting-started/installation.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.
