> For the complete documentation index, see [llms.txt](https://away-from-keyboard.gitbook.io/afkhandler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://away-from-keyboard.gitbook.io/afkhandler/master.md).

# Introduction

## Installing AFKHandler

To install AFKHandler through your terminal there are 2 ways:

```bash
# Using NPM
npm i afkhandler
# Alternatively, with Yarn
yarn add afkhandler
```
