# Introduction

### 🔌 Installation

First, you will need NodeJS v14+ and a running lavalink server.

* [Official Lavalink](https://github.com/freyacodes/Lavalink)
* [My custom version](https://github.com/davidffa/lavalink/releases)

```
npm i vulkava
yarn add vulkava
pnpm add vulkava
```

### [✨](https://emojipedia.org/sparkles/) Why Vulkava?

* Supports all lavalink features (including audio filters)
* Supports Spotify, Deezer & AppleMusic sources out of the box
* Up-to-date
* Works with any Discord API lib

### [📕](https://emojipedia.org/closed-book/) Useful links

* [Repository](https://github.com/davidffa/Vulkava)
* [NPM Page](https://npmjs.com/package/vulkava)
* [Discord Support Server](https://discord.gg/uT6ePwmPaK)


---

# 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://vulkava.js.org/introduction.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.
