> For the complete documentation index, see [llms.txt](https://marc-saurette.gitbook.io/medieval-religious-life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marc-saurette.gitbook.io/medieval-religious-life/digital-tools/mindmeister.md).

# Mindmeister

![](/files/-MOh-O2RGzhbwLkZ3NB0)

[Mindmeister](https://www.mindmeister.com/?r=976984) is a web-based interface to allow project planning or brainstorming to happen collaboratively. It feel like it might be a good place for us to share ideas or make mindmaps to keep us on track.&#x20;

1. Please sign up for an account by clicking on this [link](https://www.mindmeister.com/?r=976984).

{% hint style="info" %}
Mindmeister allows you three (3) free maps in its basic (free) service. If you sign up for an account via this [link](https://www.mindmeister.com/?r=976984) it gives me an additional map I can see (which is important if you want me to see a map you create).&#x20;
{% endhint %}

I have started some planning maps that students can contribute to once you're signed up. Consider both very much *in progress*. You can see them via the links below:

1. [Outlining basic details of the Council of Sens](https://mm.tt/1726323948?t=aGnjk7G9UL) (setting, cast of characters, timing etc.)
2. [Outlining game design work flow](https://mm.tt/1717022864?t=LFzqMVspPK) (jobs, teams, areas of responsibility)&#x20;
3. [Outline of characters/factions](https://mm.tt/1816270760?t=4oRv9qFVfG)


---

# 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://marc-saurette.gitbook.io/medieval-religious-life/digital-tools/mindmeister.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.
