> For the complete documentation index, see [llms.txt](https://www.h3uni.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.h3uni.org/h3uni-foundation-archive/past-events-and-actvities/cafes-and-labs.md).

# The Lighthouse Café

### What on earth is a << lighthouse cafe >>?

The lighthouse café is about mindful exchange of different perspectives. We are not seeking consensus, and it is not a pedagogical exercise or lecture. Rather we are seeking a generative dialogue exploration in hopes of creating something that was not there at the beginning, for and by everyone together.

<details>

<summary>Some suggestions for letting this happen</summary>

* Arrive a bit early to ensure that everyone can get connected and present.
* Remember, every Lighthouse Café is an experiment,
* Use gallery-view instead of speaker-view on Zoom, this is better for remaining part of the group especially when speaking.
* Balance listening and speaking. Honouring the space and all voices in it: a breath between speakers. Some people may need to know that no one else is speaking before they can speak, so we leave space. Silence is our friend. •
* It’s a conversation, everyone takes the initiative to contribute.
* Each person speaks from “I” … avoiding “we” ; take it as an exercise if nothing else.
* Memory work-out: who has spoken? Who has not?

</details>

<details>

<summary>The Café is asking you Questions</summary>

* What about this topic are you uncomfortable with? What are your areas of uncertainty as well as curiosity?
* What might your expertise blind you to? What alternative perspectives would you value hearing?
* What do you think might be true here, but you have no evidence for it? What does your intuition/gut say?
* What have you reconsidered in light of today’s explorations? How has your position shifted? Where is the new centre of gravity?
* After focusing on what this thing is or is not, consider what it means and how that is of value?
* After a minute of quiet contemplation, what new thoughts come to mind?

</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, and the optional `goal` query parameter:

```
GET https://www.h3uni.org/h3uni-foundation-archive/past-events-and-actvities/cafes-and-labs.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.
