# Cloning and installation

### NodeJS installation

**Windows/MacOS/Linux:** Go to the [download page](https://nodejs.org/en/download/) and click on the latest version. If the following instructions fail with weird errors, try either redownloading or installing the supported version (*Node v12 or higher)*

### Getting the repo

This is pretty straight forward:

```bash
$ git clone https://github.com/jarvis394/habra
$ cd habra
```

### Install dependencies

You just have to run \`npm install\` and wait for a while:

```bash
npm install
```

You're ready to rock! Head up to the **Running** part.


---

# 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://jarvis394.gitbook.io/habra/self-host/cloning-and-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.
