# Install from GitHub (For Restricted Environments)

If your environment prevents access to the Chrome Web Store, you can install the extension directly from GitHub.&#x20;

Follow these steps:

1. **Download the Extension**

   * Go to the [`Quiz Solver AI GitHub repository`](https://github.com/QuizSolverAI/extension-quiz-solver). <https://github.com/QuizSolverAI/extension-quiz-solver>
   * Click the green "Code" button and select **Download ZIP**, or use the following command:

     ```bash
     git clone https://github.com/QuizSolverAI/extension-quiz-solver.git
     ```
   * Extract the downloaded ZIP file to a folder on your computer.

   <figure><img src="/files/au3sEMTEWFXbA1jivK3B" alt=""><figcaption></figcaption></figure>
2. **Enable Developer Mode in Chrome**

   * Open Chrome and navigate to `chrome://extensions/` or click on manage extension.

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

   * Toggle **Developer Mode** on in the top-right corner.<br>

   <figure><img src="/files/kAkbrQL4DyOej0ZHXKe7" alt=""><figcaption></figcaption></figure>
3. **Load the Unpacked Extension**

   * Click the **Load Unpacked** button on the Extensions Page.

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

   * Select the folder where you extracted the extension files.
4. **Activate the Extension**

   * Find "Quiz Solver AI" in your list of extensions.
   * Toggle it on to enable the extension.

   <figure><img src="/files/SCTacsftCFiWj0QzCfBQ" alt=""><figcaption></figcaption></figure>
5. **Start Using Quiz Solver AI**

   * Navigate to a quiz or test page in your browser.
   * Click the "Quiz Solver AI" icon in the toolbar and follow on-screen instructions to use features like **QuickSnap** and **Smart Highlight** for solving quizzes instantly.

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


---

# 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.quizsolverai.com/doc/overview/install-from-github-for-restricted-environments.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.
