> For the complete documentation index, see [llms.txt](https://galacticadevelopment.gitbook.io/galactica-devlopment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://galacticadevelopment.gitbook.io/galactica-devlopment/npm-module/getting-started.md).

# Getting Started

## Download Module

```
npm i galacticaapi.js
```

## Define Module

```bash
const Galactica = require("galacticaapi.js");
const dbl = new Galactica("TOKEN-HERE", client);
```
