> For the complete documentation index, see [llms.txt](https://www.kennesaw.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.kennesaw.de/events/stammtisch.md).

# Stammtisch

### What is a Stammtisch? <a href="#block-f6bc950010334da399e472d3c9ff9fd2" id="block-f6bc950010334da399e472d3c9ff9fd2"></a>

The German word *Stammtisch* means a table for regulars and such tables are typically held by informal groups on a regular basis. These groups often meet at a large table in a cozy location in a cafe, restaurant, or pub. The Stammtisch is above all a friendly get-together and informal!

<figure><img src="/files/66UQXBwDRcdihHd6yBuV" alt=""><figcaption><p><em>Hier sitzen die, die immer hier sitzen.</em></p></figcaption></figure>

### When is the next Stammtisch? <a href="#block-028f3039b67a45029fbcd286495eadca" id="block-028f3039b67a45029fbcd286495eadca"></a>

Our next Stammtisch is scheduled for **tbd** [near the Kennesaw campus!](#user-content-fn-1)[^1] Join the KSU German Club if you’d like to contribute and/or help organize our next event!

<figure><img src="/files/1CRg4KhxYPjMwkIClDu4" alt=""><figcaption></figcaption></figure>

### Recent Stammtisch Events <a href="#block-f5f3153b1e4a411199b386fef6146679" id="block-f5f3153b1e4a411199b386fef6146679"></a>

* Mellow Mushroom, March 19, 2024
* Mellow Mushroom, September 12, 2023
* Mellow Mushroom, October 25, 2022
* Miller’s Ale House, March 31, 2022
* Miller’s Ale House, April 14, 2022
* November 18, 2021
* Cracker Barrel, October 21, 2021
* Mellow Mushroom, September 23, 2021
* Sweet Hut, February 19, 2020

[^1]: 1133 Chastain Rd, Kennesaw, GA 30144


---

# 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.kennesaw.de/events/stammtisch.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.
