# Guild

The guild function is activated when a specific player rank is reached.

* Belong to Guild: Intermediate (First win in official match E rank)
* Create Guild: Advanced (First win in official match C rank)

The guild has the following characteristics:

* By belonging to a guild, you can participate in monthly guild rank competitions.
* Guilds have levels, and EXP is accumulated as players in the guild earn cycle scores, and increases guild level when the EXP exceeds the specified value.
* As the guild level increases, the maximum number of members increases.
* Player can become members regardless of sector.
* Members can be masters, submasters, any role, or general.
  * Master authority: Various settings, permission to apply, appointment of submasters, granting of various privileges, kicking of members, transfer of -Master authority, and dissolution.
  * Submaster authority: partial authority, application permission, transfer of master
  * Arbitrary roles: set authority
* Each role can be freely named by the master.
* If a master has not logged in for 30 days, a submaster can take over master privileges
* If there are multiple submasters, they will take over in the following order of priority: submaster 1, submaster 2, submaster 3
* After leaving a guild, you cannot join the next guild until 48 hours have passed.
  * When leaving a guild, the guild score accumulated in that guild will be lost.
* Members of the same guild are not selected for ranked matches.

***

## Guild Details

{% content-ref url="/pages/OqhFRtzJGsoKJ75liPrL" %}
[Sector & Guild](/game/sector-and-guild.md)
{% endcontent-ref %}


---

# 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.remonster.world/play-guide/open-beta/guild.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.
