# Party System

Parties allow players to Complete Quests together, for example if Steven31 kills a Warped Creeper it will also count for JohnDragonShield1 who's in the same party.&#x20;

There's also a party chat which can be accessed with "`/p chat message`". Toggling it currently doesn't work as it should we're working on this issue. \
\
To make a party do `/party create`, to add someone do `/party invite`.


---

# 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.drgnshield.com/mmorpg/mechanics/party-system.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.
