> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Join Party Action

> Join an existing party.

The **Join Party Action** makes the player join a party led by a specific leader.
*Usually triggered via click event on an invite message.*

## Configuration

<ResponseField name="leaderName" type="String" required>
  The name of the party leader to join.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: join_party
    leaderName: "Steve"
  ```
</CodeGroup>
