> For the complete documentation index, see [llms.txt](https://pleex.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pleex.gitbook.io/docs/quick-start/installation.md).

# Installation

```erlang
$ yarn add pleex
```

### or <a href="#install-with-npm" id="install-with-npm"></a>

```erlang
npm i pleex
```

{% hint style="success" %}
&#x20;Pleex don't need extra installation or configuration for pod or gradle 🤞😎
{% endhint %}

## Import Pleex:

```jsx
import {Pleex} from 'pleex';
```
