> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/de/information-de-mise-a-jour/rapport-de-maj-2024.md).

# Updatebericht 2024

* [Update vom Montag, 8. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-8-janvier-2024.md)
* [Update vom Dienstag, 9. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-9-janvier-2024.md)
* [Update vom Montag, 15. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-15-janvier-2024.md)
* [Update vom Mittwoch, 17. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-17-janvier-2024.md)
* [Update vom Montag, 22. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-22-janvier-2024.md)
* [Update vom Montag, 29. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-lundi-29-janvier-2024.md)
* [Update vom Mittwoch, 31. Januar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-31-janvier-2024.md)
* [Update vom Montag, 19. Februar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-19-fevrier-2024.md)
* [Update vom Mittwoch, 21. Februar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-21-fevrier-2024.md)
* [Update vom Dienstag, 27. Februar 2024.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-27-fevrier-2024.md)
* [Bericht bis 27. März 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/rapport-de-maj-jusquau-27-mars-2024.md)
* [Bericht bis 10. April 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/rapport-de-maj-jusquau-10-avril-2024.md)
* [Bericht bis 1. Mai 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-29-avril-2024.md)
* [Bericht bis 6. Mai 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-6-mai-2024.md)
* [Bericht bis 20. Mai 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-20-mai-2024.md)
* [Bericht bis 10. Juni 2024 aktualisieren.](/de/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-10-juin-2024.md)
* [Updatebericht: Juni bis August 2024](/de/information-de-mise-a-jour/rapport-de-maj-2024/rapport-de-mise-a-jour-juin-aout-2024.md)
* [Updatebericht September 2024](/de/information-de-mise-a-jour/rapport-de-maj-2024/mises-a-jour-yoplanning-septembre-2024.md)
* [Updatebericht Oktober 2024](/de/information-de-mise-a-jour/rapport-de-maj-2024/mises-a-jour-yoplanning-octobre-2024.md)
* [Updatebericht November 2024](/de/information-de-mise-a-jour/rapport-de-maj-2024/mises-a-jour-yoplanning-novembre-2024.md)
* [Updatebericht Dezember 2024](/de/information-de-mise-a-jour/rapport-de-maj-2024/mises-a-jour-yoplanning-decembre-2024.md)


---

# 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.yoplanning.support/de/information-de-mise-a-jour/rapport-de-maj-2024.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.
