# Installing PENDAX modules

## Install the NPM

```javascript
npm i @compendiumfi/pendax
```

The PENDAX SDK is currently available through npm and works with Javascript.

{% embed url="<https://www.npmjs.com/package/@compendiumfi/pendax>" %}

## Official GitHub Page

The GitHub repository can be found at the link below. The repository currently hosts instructions and documentation similar to what can be found in the official documentation on these pages. The GitHub repository will be updated with example code snippets and programs our team has written utilizing the PENDAX SDK to improve the developer experience.

{% embed url="<https://github.com/CompendiumFi/PENDAX-SDK>" %}

## SourceForge

Information on the PENDAX SDK is also available via SourceForge.&#x20;

{% embed url="<https://sourceforge.net/software/product/PENDAX/>" %}


---

# 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.compendium.finance/pendax/installing-pendax-modules.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.
