> For the complete documentation index, see [llms.txt](https://blog.mumist.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.mumist.eu/readme.md).

# Mumist – Developer Blog

Blog and updates about mumist.eu and it's development.

## 22 November 2025

Mumist is now covered in snow! Check out our Christmas theme update.

{% columns %}
{% column %}

<figure><img src="https://1951853810-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CYJOXDuKXA4p5p1yQd6%2Fuploads%2FeesIpFhceMlnPwL8eT3W%2FCleanShot%202025-11-22%20at%2021.29.01%402x.png?alt=media&amp;token=0cbbdd6c-43f3-4d07-8942-24ec07a802b8" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

#### New Mumist seasonal theme update!

* New Colors matching Christmas vibe!
* Falling snow effect that makes Mumist match beautiful Christmas vibe which everyone loves!

[Check out our new theme on Mumist now!](https://mumist.eu/)
{% endcolumn %}
{% endcolumns %}


---

# 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://blog.mumist.eu/readme.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.
