> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/features/clans.md).

# Clans

Build a clan, earn shared rewards, and unlock perks together.

Clans, sometimes called squads, are the server's group system. Team up under a shared banner, earn Money and Research Points, and unlock clan-wide perks together.

Use `/clan` or `/clans` to manage your clan. Use `/clanchat` or `/cc` for clan chat.

### Create a clan

| Setting              | Value                |
| -------------------- | -------------------- |
| Creation cost        | 500,000 Money        |
| Name length          | 3–24 characters      |
| Description length   | Up to 100 characters |
| Tag length           | Up to 5 characters   |
| Default member limit | 5 members            |
| Invite expiry        | 5 minutes            |

Renaming a clan costs 250,000 Money. Changing its tag also costs 250,000 Money.

These costs are separate from the unlocks for custom names and tags.

### Roles

Every member has one clan role. Higher roles have more permissions.

| Role    | Rank                         |
| ------- | ---------------------------- |
| Owner   | Highest — full control       |
| Officer | Trusted management           |
| Member  | Standard member              |
| Recruit | Default role for new members |

### Clan systems

Clans can use a shared vault, buy upgrades, and unlock customisation options. They also complete permanent milestones and rotating daily objectives together.

Explore each system:

* [Roles & permissions](/features/clans/roles-and-permissions.md)
* [Shop](/features/clans/shop.md)
* [Upgrades](/features/clans/upgrades.md)
* [Customisation](/features/clans/customisation.md)
* [Milestones](/features/clans/milestones.md)
* [Objectives](/features/clans/objectives.md)

Clans appear on a leaderboard. Rankings use Money, Research Points, member count, completed milestones, and purchased unlocks.

Public clans are available through Discovery.

### Currencies

| Currency        | Symbol | Use                                                                                     |
| --------------- | ------ | --------------------------------------------------------------------------------------- |
| Money           | ⛃      | Funds most unlocks and upgrades. It is stored in the clan vault.                        |
| Research Points | ✪      | Earned from objectives and milestones. Spend them on unlocks, upgrades, and shop items. |


---

# 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://wiki.cobblemonislands.com/features/clans.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.
