# User Module Documentation

The Konekt User Module is a Laravel Extension that extends the built-in Laravel user functionality
with some common use cases.

## Features

- Possibility to activate/inactivate users;
- Handling user types ('Admin', 'Client' and 'API' out of the box);
- Profiles & Personal data;
- Create Invitations for new users
- Avatar images;
- Login statistics;
- User related events.

> This module uses the [Address module](https://konekt.dev/address)'s Person model.

The module is built on top of the Laravel facilities in a compatible manner.

---

**Next**: [Installation &raquo;](installation.md)
