> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/party-system.md).

# Party System

Party System in World of Kogaea covers important part to have Co-operative Gameplay from doing Quest together, Xp Sharing from defeating Creatures, Dungeon and many More things inside the World of Kogea.

## <mark style="color:orange;">How to Form a Party inside World of Kogaea</mark>&#x20;

## Step 1: Open the "Menu" tab and Visit "Friends" Section Online Players will show in there&#x20;

<figure><img src="/files/62hZg8SK9wOen7FTIHyL" alt=""><figcaption><p>Open Friends tab </p></figcaption></figure>

## Step 2: Invite your " Friends " or Players from World of Kogaea to your Party.

Click on the " + " icon to send the Party Invite request or If someone already in a party then using the " +" icon can send application  to join in there party as well.

<figure><img src="/files/oRkSBwIR1SEpn1Sd0kWl" alt=""><figcaption></figcaption></figure>

### Invite players to party via Chat:

Command: <mark style="color:yellow;">/party invite \<playername></mark>\ <br>

<figure><img src="/files/5qqhIlBSFTmxpaUV6nGR" alt=""><figcaption><p>Invite your friends using Chat system</p></figcaption></figure>

## Step 3: After they have accepted the invitation they will start showing up under the "Party" tab

<figure><img src="/files/fTt7NLQek6jOu1YBnEKw" alt=""><figcaption><p>Party with friends</p></figcaption></figure>

## Step 4 : Now party is ready to do Quest together, Dungeons,PVP, Xp Sharing by Killing Creatures

<figure><img src="/files/b5TvTl3aDuvIuELr80Sj" alt=""><figcaption><p>Party Function</p></figcaption></figure>

## Party Leader

* Player who Create/Form the Party at the first get Leader Crown title as Party leader.
* Party Leader can Transfer the Leadership to other members of the party.
* Party leader can kick or invite new members to the party.
* If leader leave the party or offline  then system transfer the Ownership to the other member of the party.
* Only leader can Start the Dungeon and PVP  after 5 Players are added to the party.


---

# 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://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/party-system.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.
