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

# Commencer

- [Démarrage rapide](https://docs.mrsherlock.ai/commencer/demarrage-rapide.md): Soyez opérationnel dans Mr Sherlock et activer l'IA sur votre premier logement en quelques minutes.
- [Installer l'application](https://docs.mrsherlock.ai/commencer/installer-application.md): Installez l’application Mr Sherlock et bénéficiez d’un accès à toutes vos fonctionnalités, même en déplacement.
- [Installer l'application sur Android](https://docs.mrsherlock.ai/commencer/installer-application/installer-lapplication-sur-android.md): Bénéficiez d’un accès à toutes vos fonctionnalités à portée de main
- [Installer l'application sur iPhone](https://docs.mrsherlock.ai/commencer/installer-application/installer-lapplication-sur-iphone.md): Bénéficiez d’un accès à toutes vos fonctionnalités à portée de main
- [Activer les notifications](https://docs.mrsherlock.ai/commencer/activer-notifications-application.md): Recevez des alertes en temps réel grâce aux notifications de l'application Mr Sherlock et gardez le contrôle sur tout ce qui se passe dans vos logements.
- [Activer les notifications sur Android](https://docs.mrsherlock.ai/commencer/activer-notifications-application/activer-les-notifications-sur-android.md): Recevez des alertes en temps réel grâce aux notifications de l'application Mr Sherlock.
- [Activer les notifications sur iPhone](https://docs.mrsherlock.ai/commencer/activer-notifications-application/activer-les-notifications-sur-iphone.md): Recevez des alertes en temps réel grâce aux notifications de l'application Mr Sherlock.
- [Base de connaissance de l’IA](https://docs.mrsherlock.ai/commencer/base-de-connaissance-de-lia.md): Des informations précises et cloisonnées pour chaque logement
- [Organiser ses configurations par niveaux](https://docs.mrsherlock.ai/commencer/organiser-par-niveaux.md): Comment Mr Sherlock organise les connaissances et les paramètres IA sur plusieurs niveaux pour vous permettre de configurer une seule fois et appliquer partout, tout en gardant la liberté de spécifie


---

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