# Installation

Get started with the MeshifAI JavaScript SDK by installing it via [NPM](https://www.npmjs.com/package/@0xretrodev/meshifai):

```bash
npm install @0xretrodev/meshifai
```

Or using Yarn:

```bash
yarn add @0xretrodev/meshifai
```

## Requirements

* Node.js 14 or later
* npm or yarn package manager

## Importing the SDK

ES6/TypeScript:

```bash
import meshifai from '@0xretrodev/meshifai'
```


---

# 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.meshifai.com/javascript/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.
