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

# Council of Elders

The Council of Elders is a volunteer advisory board of experts in various fields that are committed to helping Sika World reach its full potential.

There will be a hard cap of 100 Elders long term, but we are in no rush to fill that cap; quality of applications will matter more than quantity.

There aren't any set time commitments, just the good faith expectation that you will lend your ideas, questions, and answers to the council in order to help refine and strengthen the project.&#x20;

We are open to any skills, expertise, or connections you want to offer to the project, but note the specific areas of expertise we are particularly interested in:&#x20;

* NFT Strategy & Partnerships&#x20;
* Publishing&#x20;
* Development&#x20;
* Author Support &#x20;
* Metaverse and Gaming&#x20;
* Legal&#x20;
* Media &#x20;
* Marketing&#x20;

The Elders get access to a private Trello board that details our roadmap and action items with the live status of each.

Applications for the Council can be found in our Discord.


---

# 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://docs.sitkaworld.com/council-of-elders.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.
