# Parties

Parties are temporary groups used to coordinate with up to **four** other players. If all party members disconnect, the party will automatically disband.

<table><thead><tr><th width="195" align="center">Command</th><th width="560" align="center">Description</th></tr></thead><tbody><tr><td align="center">/party create</td><td align="center">Creates a new party</td></tr><tr><td align="center">/party invite &#x3C;name></td><td align="center">Invites a player to your party</td></tr><tr><td align="center">/party accept</td><td align="center">Accepts a party invite</td></tr><tr><td align="center">/party kick &#x3C;name></td><td align="center">Removes a player from your party</td></tr><tr><td align="center">/party list</td><td align="center">Displays all party members</td></tr><tr><td align="center">/party chat &#x3C;message></td><td align="center">Sends a message into party chat</td></tr><tr><td align="center">/party leave</td><td align="center">Leaves your current party</td></tr><tr><td align="center">/party disband</td><td align="center">Disbands your party</td></tr><tr><td align="center">/party tp &#x3C;name></td><td align="center">Teleports you to a party member</td></tr></tbody></table>


---

# 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.apexcobblemon.com/features/player/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.
