> For the complete documentation index, see [llms.txt](https://camposcodes.gitbook.io/easediscordjs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://camposcodes.gitbook.io/easediscordjs/wellcome/get-starting.md).

# Get starting

Hello! To start using EasyDiscordJS, just make sure you have the latest stable versions of Node.js and npm installed on your machine.

Downloading the package:

```sh
npm install ease-discord-js
```

You're all set to start using our package! In the next step, we will begin the initial configuration of the package.
