# Install

## Instructions

1. Download and unzip content [file](http://users.csc.calpoly.edu/~sjaques/build.zip).
2. Go to chrome://extensions/ in Google Chrome. (Extensions settings).

   *Note: If you have the “real” Hypothesis extension installed you will need to remove it from Chrome before loading your locally built one or create a new Chrome profile without the real one installed.*
3. Tick Developer Mode.
4. Click Load Unpacked Extension.
5. Browse to the `build/` directory in the `client` directory in unzipped file.
6. Navigate to desired page to annotate.
7. Turn on the annotator for that page by clicking on the hypothesis app in the extension toolbar.


---

# 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://creative-ntr.gitbook.io/creative-ntr/install.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.
