> For the complete documentation index, see [llms.txt](https://docs.cybralist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybralist.com/npm-module/introduction.md).

# Getting Started Npm

Cybralist is a npm module prepared for the api of [cybralist.com](https://cybralist.com) website.

## Download Module

```
npm i cybralist.js
```

## Define Module

```
const cybralist = require("cybralist.js");

const dbl = new cybralist("TOKEN-HERE", client);
//This token is not your bot token.
//You can get this token from https://cybralist.com when you submit a bot.
```
