> For the complete documentation index, see [llms.txt](https://docs.mrsherlock.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mrsherlock.ai/commencer/activer-notifications-application.md).

# Activer les notifications

### **Pourquoi activer les notifications Push ?**

Les notifications Push vous permettent de rester informé en temps réel des demandes de vos voyageurs, des réponses générées par l'IA, des mises à jour importantes et des alertes liées à vos logements à travers l'application web et mobile. Elles garantissent une réactivité optimale pour offrir une expérience irréprochable à vos clients.

<figure><img src="/files/WSSnJSiPUs1yoTSNgkYE" alt="Notification d&#x27;application mobile Mr Sherlock" width="375"><figcaption><p>Restez informé depuis votre smartphone lorsque l'IA Mr Sherlock répond à un voyageur</p></figcaption></figure>

### Comment activer les notifications Push ?

{% stepper %}
{% step %}
**Ouvrir l'application mobile**

Ouvrez l’application mobile installée sur votre smartphone.

Rendez-vous sur la page ***Login*** de l'application. *<mark style="color:orange;">(Déconnectez vous si nécessaire)</mark>*
{% endstep %}

{% step %}
**Confirmer l'autorisation**

Confirmez l’autorisation d’activer les notifications sur votre téléphone.

<figure><img src="/files/ltsCeFqnCU0ktFtfp6WV" alt="Fenêtre d&#x27;autorisation d&#x27;envoi de notification par l&#x27;application mobile Mr Sherlock" width="563"><figcaption><p>Autorisez l'application Mr Sherlock à vous envoyer des notifications</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.mrsherlock.ai/commencer/activer-notifications-application.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.
