> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/end-users/home.md).

# Utiliser la page d’accueil

Accédez à toutes les informations et ressources dont vous avez besoin depuis un centre de commande unique.

La **page d’accueil** est votre point central pour accéder aux informations, outils et ressources les plus pertinents pour votre rôle. Configurée par votre organisation, elle présente un tableau de bord avec des widgets qui mettent en avant vos priorités clés et offrent une vue d’ensemble des informations essentielles, pour vous aider à rester organisé et à agir rapidement.

Depuis la **page d’accueil**, vous pouvez :

* Accéder à des vues et outils personnalisés pour votre travail
* Accéder directement à vos tâches assignées et à la documentation associée
* Suivre l’activité en cours et relancer les éléments en attente
* Consulter des métriques en temps réel pour suivre les performances

{% hint style="success" icon="lightbulb" %}
**Astuce :** Les panneaux ouverts depuis un widget peuvent être redimensionnés, affichés en plein écran sans vous faire perdre votre contexte, ou fermés selon vos besoins.

* Pour en savoir plus, consultez [**Utiliser le panneau latéral**](/interfacing-help-files/interfacing-help-files-fr/end-users/utiliser-le-panneau-lateral.md).
  {% endhint %}

Utilisez la **page d’accueil** pour rester concentré, trouver rapidement des informations et gérer facilement vos responsabilités.

<figure><img src="https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/JQ7M2vsbAtDaCKOwKowO/IMS-V16-Home.png" 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/end-users/home.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.
