# Installing and Help

## Syntax

```
npm i -g etherlime
```

Install the global etherlime to allow you to run `etherlime` commands.

## Help

```
etherlime help
```

Run this command to give you all possible commands of `etherlime` + help info

## Version

```
etherlime --version
```

Running this command will give you the current installed `etherlime` version


---

# 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://etherlime.gitbook.io/etherlime/developer-documentation/etherlime-cli/installing.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.
