> 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-04-20.md).

# Week of 20/04/2026 — Multi-app search and notification preferences

### Search — Unified search and new interface

Search was previously limited to certain content (posts and coworkers), which made it difficult to access information spread across several applications. This change aims to **centralize search** and offer a smoother, faster, and more complete experience for finding any content in Steeple.

#### 🆕 What has been updated

* **Extending search to all apps** : Docs, Events, conversations, and messages, in addition to posts and coworkers.
* **New interface in the form of a modal window (overlay)** accessible from the sidebar, for a smoother experience.
* **Visual improvements** : new search button design, highlighting of searched terms, and better readability of results.<br>

### **Notifications – Simplified management**

\
Managing notifications could be complex and difficult to configure, with many unclear options. This change aims to **simplify their management** by making them clearer, more structured, and easier to customize according to each person's needs.

**🆕 What has been updated**

* Grouping notifications into **a few main themes** for better readability:\
  **Summary**, **Priority notifications**, **Non-priority notifications**, **Messaging** and **Activities**.
* New interface allowing you to **easily manage your preferences by channel** (mobile and email).
* Ability to **configure notifications by category** and better control what you receive.

<img src="https://5115464.fs1.hubspotusercontent-eu1.net/hubfs/5115464/image-png-Apr-22-2026-04-47-41-6839-PM.png" alt="" height="549" width="517">


---

# 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-04-20.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.
