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

# Pillars Of Character

<details>

<summary><strong>Honor</strong></summary>

Wardens act with integrity by doing what is morally right and treating the people around them with respect. This means not only following the rules but holding themselves to a higher standard of behavior, despite what others are doing.

</details>

<details>

<summary><strong>Leadership</strong></summary>

Wardens lead by example and guide the way, acting as role models and mentors in the wider community in line with the guild's vision. Wardens keep up to date on relevant information about our gaming projects and other related areas. They offer help, information, and resources to the community without expectation of rewards or gratitude.

</details>

<details>

<summary><strong>Kindness</strong></summary>

Wardens treat the community with kindness and compassion. When they disagree with an opinion, they do so intelligently and respectfully as part of a constructive conversation. Seeing the Warden brand should bring trust that each member feels important and included.

</details>

<details>

<summary><strong>Loyalty</strong></summary>

Wardens stand together, shield to shield, knowing that a fellow Warden is someone who can be trusted and depended on. They work together, along with the wider community, to be a shield that can be depended on.

</details>

<details>

<summary><strong>Humility</strong></summary>

Wardens accept praise, criticism, good news, and bad news with grace and kindness. Wardens recognize that all individuals have both strengths and weaknesses; treating others with empathy, free of arrogance and entitlement in their interactions.

</details>


---

# 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:

```
GET https://the-wardens.gitbook.io/the-wardens/code-of-honor/pillars-of-character.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.
