> For the complete documentation index, see [llms.txt](https://cryptoblades.gitbook.io/cryptoblades-kingdoms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptoblades.gitbook.io/cryptoblades-kingdoms/guilds/on-guilds.md).

# Forming a Guild

Anyone can form a guild. However, guilds are limited to 50 players (not villages).&#x20;

Guilds have three recruitment settings: **open**, **invite-only / request**, and **closed**. Guilds with open invitation allow anyone to join as desired. Guilds with invite-only / request invitation require a senior member of the guild to invite any newcomers, and newcomers can apply to the guild. Guilds with closed invitation cannot have join requests, but can still send out invites.

Guilds have 4 roles: leader, moderator, member and basic. Leaders can appoint new moderators and leaders, as well as take any moderator actions. Moderators can only take moderator actions. Members do not have any special functionality, but can view guild boards. Basic members do not have any privileges whatsoever. Leaders and moderators can set the default role a joining member is.

Moderator functionality includes: inviting a player, kicking a player, managing invitations, managing messages on the forum, and viewing the audit log.

It is advantageous to join a nearby guild, as players can much more easily support each other this way.&#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://cryptoblades.gitbook.io/cryptoblades-kingdoms/guilds/on-guilds.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.
