> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/en/shared-experience.md).

# Shared Experience

Get ready to enhance your gaming adventures with your party members. With Shared Experience enabled, experience points are distributed among all members of your party, making your journey even more rewarding.

![](/files/mn6HoV304YKkrTmAoC6l)

{% hint style="info" %}
**Key Shared Experience Requirements:**

* **Party Membership:** Must be in a party with Shared EXP enabled.
* **Level Proximity:** Party members must be at least **2/3 of the highest level** player's level.
* **Active Participation:** Players must actively engage in combat by dealing damage or healing.
  {% endhint %}

Means you'll be able to level up at an accelerated rate, forging stronger characters together! To make the most of Shared Experience, there are a few conditions to keep in mind.

* **Party Membership:** Players must join a party to access the benefits of shared experience.
* **Level Proximity:** Party members should have a level that is at least 2/3 of the player's level, ensuring reasonable alignment of progression within the group.
* **Active Participation:** Players must actively engage in combat by either healing or attacking to qualify for shared experience points.

Firstly, ensure that you're in a party, collaborating with fellow adventurers. Additionally, for experience to be shared, your party members should have a level that is at least 2/3 of your own level. This requirement ensures that party members are reasonably aligned in their progression, fostering balanced growth within the group.

But that's not all—active participation in combat is key to reaping the benefits of Shared Experience. Engage in fierce battles, whether it's dealing devastating attacks or providing vital healing support to your comrades. By actively contributing to the fights, you'll ensure a fair distribution of experience points among those who actively partake in the adventures.

Embrace the power of Shared Experience and embark on an epic journey alongside your party members. Work together, conquer challenges, and watch as your experience points soar to new heights. Level up faster, strengthen your bonds, and enjoy the immersive cooperative gameplay that awaits you. The world is yours to conquer, so assemble your party and let the shared adventure begin!

## 📊 Bonus Information

The experience bonus depends on the number of players and whether you have unique vocations in the party:

* **2 Players:** 20% extra experience (if both are different vocations), or 15% if they are the same.
* **3 Players:** 35% extra experience (if all 3 are different vocations), or 20% if any are repeated.
* **4 or more Players:** 65% extra experience (if all 4 vocations are present), or 35% if any are repeated.


---

# 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://eternum-1.gitbook.io/eternum-wiki/en/shared-experience.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.
