> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/mises-a-jour-produit/semaine-2026-05-11-2.md).

# Week of 25/05/2026 — World Cup app / Image generation / Event messaging

**🏆 Predictions – Launch of the 2026 World Cup app**

As the 2026 World Cup approaches, Steeple is launching a brand-new Predictions app to bring employees together around the sporting event. The goal is to create a collective moment of excitement within the company by allowing everyone to predict matches, follow results live, and compete with colleagues through rankings by department and community.

🆕 What’s been updated

* **Dedicated championship page** : view the specific 2026 World Cup page with all the information and matches.
* **Submitting predictions** : enter predictions directly from the app and/or on TV, independently.
* **Detailed rankings** : browse by departments and communities to compare performance at different levels of the organization.

<figure><img src="/files/0dbec1cc2766d93014e190e0c529c1a8cc2f142a" alt=""><figcaption></figcaption></figure>

**🖼️ Image generation – Covers enriched by editorial context**

Until now, the AI tool generated cover images from a manually entered description, which meant contributors had to rephrase their editorial intent.&#x20;

🆕 What’s been updated

* **Enriched text+image mode** : generation now relies on the title and description of the post, giving the model all the editorial context it needs to produce a coherent cover.

<figure><img src="/files/953e99f60e9eb9b97cf3f938dd466a80175a5beb" alt=""><figcaption></figcaption></figure>

**📅 Events – Automatic creation of a conversation for participants**

Until now, when an event brought together several participants, the organizer had to manually create a conversation and add the guests one by one. This enhancement aims to automate this connection to streamline exchanges around an event, by continuously syncing conversation participants with their attendance status.

🆕 What’s been updated

* **New option when creating an event** : enable the “Automatically create a conversation for participants” checkbox when setting up the event.
* **Automatic synchronization based on RSVP** : participants are added to the conversation as soon as they confirm attendance and removed if they back out, without organizer intervention.

<figure><img src="/files/df09e46118921afe8feb4092a95e5a9fdb50e2bc" alt=""><figcaption></figcaption></figure>


---

# 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://help.steeple.com/en/mises-a-jour-produit/semaine-2026-05-11-2.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.
