# Features

## Parties

* Create fully customizable parties within the server.
* Private chats, customizable ranks, tags, permissions, and much more.
* Learn more on the [Parties page](#parties).

## Chest/Inventory Sorting

* You can automatically sort items within your storage and inventory using various shortcuts.
* Sorting can be customized using **`/sort`** in-game.

## PvP

* PvP is off by default but can be toggled on an individual-player basis using the **`/pvp`** command.
* PvP is only allowed when both parties agree. Be sure to read the [Rules](/gameplay-info/rules.md) to learn more.

## Sitting, Laying, Crawling

* You can sit anywhere in the game using the command **`/sit`**.
* Right-clicking blocks such as stairs, slabs, etc. will also make you sit in them.
* Use **`/lay`** to lay down, **`/crawl`** to crawl.

## Discord Integration

* Talk between Discord & Minecraft in the #game-chat channel.
* All players on the server have their Discord & Minecraft accounts linked which comes with some cool features such as your in-game name/nickname and rank matching your name/roles on Discord.
* Talk in the Proximity Voice Chat which allows players to join the Proximity Lobby on Discord and when players are nearby in-game, they will automatically be sent into private voice channels and then back out again when they're no longer near one another.

## Premium Features

* Premium Players have access to several extra features. Learn more on the [Premium Features](/guides/premium-features.md) page.


---

# 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://wiki.pixlverse.net/guides/features.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.
