# Parties

Parties are custom groups of players on the server. They can talk in their own private chat, give claim permissions to party members, and more. Below are the basic commands/features currently available.

## Party Commands

| Command                                    | Description                                                                        |
| ------------------------------------------ | ---------------------------------------------------------------------------------- |
| **/party**                                 | Main command                                                                       |
| **/party help**                            | Shows Party chat help pages                                                        |
| **/party create**                          | Create a new party                                                                 |
| **/party invite \[player]**                | Invite a player to your party. Party Mods & Leaders only.                          |
| **/party kick \[player]**                  | Kicks a player from the party. Party Mods & Leaders only.                          |
| **/party accept**                          | Accept a party invite                                                              |
| **/party deny**                            | Deny a party invite                                                                |
| **/party leave**                           | Leave your party.                                                                  |
| **/party info**                            | Show information about your party                                                  |
| **/party list**                            | Lists parties with members online. Click on party name for information             |
| **/party chat on/off**                     | Toggles party chat as your default chat.                                           |
| **/p \[message]**                          | Send a message to your party chat                                                  |
| **/party description \[description]**      | Sets your parties description. Party leaders only.                                 |
| **/party rank \[player] \[rank]**          | Change the rank of a party member. Options are Moderator & leader.                 |
| **/party motd \[message]**                 | Sets a MOTD (Message of the Day) message to send to party members upon login.      |
| /**party claim \[trust/container/access]** | Allows your party members to have access to the claim you're currently standing in |


---

# 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/parties.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.
