# GE Results

![Icon](/files/DeN39gfgfQs1HjzrBYN0)

This module displays your guild's Guild Expedition (GE) results and allows you to review previous weeks’ performance data.

{% hint style="warning" %}
To display up-to-date results, you must visit the Guild Expedition and open the member contribution window.
{% endhint %}

## Structure

![Structure](/files/OXtJqJmHYEdR1RTHPi9P)

The window is divided into 3 tabs and a configuration menu:

* **Title Bar** with a [Configuration](#configuration) menu on the right
* [**Ranking Tab**](#ranking-tab) – Shows guilds ranking
* [**Member Participation Tab**](#member-participation-tab) – Displays detailed overview by guild members
* [**Course Tab**](#course-tab) – Shows a graphical comparison of GE seasons and participation in each season

## Configuration

![Configuration](/files/W8bC3UdnoGofmjTdp4qi)

The configuration menu allows you to:

* General:
  * **delete data older than** Set data retention duration for how long results are stored
* [Course](#course-tab)
  * **show axis label** If selected, displays "y" axis on chart
  * **Adjust graph axes** If selected, specific metrics will be displayed on chart
    * Points: Total number of points guild achieved
    * Encounters: Total number of encounters guild performed
    * member: Total number of guild members
    * Participating: Total number of guild members participated in season
    * rank: Guild rank in specific season
  * **compare last** Chose how many GE seasons to be displayed on chart
* Export:
  * **Export last** Chose how many GE seasons to be exported in CSV or JSON format

## Usage

### Icon Badge

![Icon Badge](/files/20Xlr5Dlpf02wrf3iYgk)

Menu icon will display a badge with number of GE attempts available (if any)

### Recording data

In order for this module to function and capture detailed data you must visit the Guild Expedition and open the member contribution window (1) and Guild Championship overview (2).

![GE Menu](/files/tWYBgw4nibWzClhsnNIt)

{% hint style="success" %}
To capture data for all seasons, you could setup a reminder in [Alerts module](/english/module/alerts.md)
{% endhint %}

### Ranking Tab

![Ranking](/files/TYVPMjAq6yR0mFla8SvS)

You can browse past GE weeks using the navigation arrows or dropdown menu.

Detailed table includes:

* Guild’s ranking
* Guild emblem
* Guild name with a link to [Scoredb.io](https://foe.scoredb.io) and its world
* Expedition completion percentage
* Guild server rank and level
* Number of members and earned GE trophies (Gold / Silver / Bronze)

### Member Participation Tab

![Participation](/files/ASEihR5HUiftBGkaHpEc)

You can browse past GE weeks using the navigation arrows or dropdown menu.

Displayed information includes:

* Total points earned in season
* Total number of guild members
* Number and percentage of completed encounters
* Each player's results:
  * Rank in that season
  * Players name with a link to profile on [Scoredb.io](https://foe.scoredb.io)
  * Points
  * Level reached
  * Number of encounters
  * Trial chosen in that season

### Course Tab

![Levels](/files/UtXHjCCkMvKNgSgjtcJa)

Depending on the [Configuration](#configuration), the chart displays guilds performance across seasons.

Legend (Chart data):

* Points earned by members
* Total number of encounters completed
* Total number of guild members
* Number of participating members
* Guild’s rank

Interactive UI:

* Hovering with cursor over specific season, pop-up will display values for that season
* Hovering with cursor over specific metric in legend, same will be highlighted on chart
* Clicking on specific metric in legend, you can temporarily include/exclude it from chart

If data is missing (e.g., the results window wasn't opened), the rank and points will be shown with dashed lines. Member participation bars will not be shown for that week.

## FAQ

**Q: Why are some weeks missing data or showing incomplete graphs?**\
A: You must visit the GE result window during that week to save the data. Otherwise, the module cannot record it.

**Q: How many weeks can I export or compare?**\
A: You can configure how many weeks to export or compare in the configuration settings under “export last”.


---

# 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://docs.foe-helper.com/english/module/gex.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.
