> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/msn-101/beginners-guide/friends-and-guild/party.md).

# Party

## **Table of Contents**

1. **Check Party Information**
2. **Invite to Party**
3. **Find Party**
4. **Accept Party**

## **1. Check Party Information**

You can check party information by pressing the in-game shortcut key \[Default: P].

<figure><img src="/files/BYoNM8zVhbKla1HFPcfm" alt="" width="380"><figcaption></figcaption></figure>

* You can view the HP of your party members and yourself by checking "Display" button in the Party tab.&#x20;
* The party leader is marked with a ⭐, and party members are marked with a \*.&#x20;

## **2. Invite to Party**

<figure><img src="/files/ommk2rP2Q4i9fFIrwQpj" alt="" width="563"><figcaption></figcaption></figure>

* If you are not currently in a party, you can right-click another character and select \[Invite to Party] to create your own party and invite them.&#x20;
* By clicking the “Invite to Party” button in the Party tab, you can invite characters currently connected to the same world or receive recommendations for characters on the same map as party members.&#x20;
  * You can check a user’s profile directly by clicking the “INFO” button.&#x20;
* When you become the party leader, you can assign the party leader role to another party member using the “Make Party Leader” button.&#x20;

<figure><img src="/files/I20xcZPhHu1LbsZckIM8" alt="" width="431"><figcaption></figcaption></figure>

The party leader can invite other members to the party or kick party members.

## **3. Find Party**

Click the “Find Party” button to view a list of parties on the same map. \
You can apply to join the party of your choice by clicking the “Apply” button.&#x20;

## **4. Accept Party**

<figure><img src="/files/Km8bHLSe1NEA6fUSoKXj" alt="" width="321"><figcaption></figcaption></figure>

When you accept a party invitation from another character, you will join their party.&#x20;

* Each party can accommodate up to 6 party members.&#x20;
* If you do not want to receive party invitations, you can uncheck “Party Matching” in \[Settings] > \[Options] > \[Social] > "Party & Community”.&#x20;
* You can also check a user’s information by clicking the “INFO” button. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maplestoryn.io/msn-101/beginners-guide/friends-and-guild/party.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
