# Introduction to Poru

{% embed url="<https://www.npmjs.com/package/poru>" %}

{% hint style="info" %}
[support server ](https://discord.gg/b3k6XNA5pw)
{% endhint %}

## Guide & Documentation

### Installation

* NPM

```shell
npm install poru
```

* YARN:

```shell
yarn add poru
```

* PNPM:

```shell
pnpm add poru
```

## Why Poru?

* Supports all lavalink features (including auto resume sessions)
* Poru can fetch track from spotify, deezer and apple music
* support all librarary discord.js,eris etc
* Object-oriented
* Inbuilt Queue system

{% embed url="<https://discord.gg/Zmmc47Nrh8>" %}
24/7 SUPPORT SERVER
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://poru.melodybot.me/introduction-to-poru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
