> 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/library/explorer-le-panneau-de-details/analysis.md).

# Analysis

The **Details Panel** is organized into multiple tabs, each focusing on a specific category of information.

* [**Overview Tab**](/interfacing-help-files/interfacing-help-files-fr/drafts/searching-for-objects-in-the-library/viewing-object-details/reviewing-documentation-details/previewing-objects/attributes-by-object-type.md)
  * Provides a consolidated summary of key information related to the selected object.
* **Responsibilities Tab**
  * Displays the roles and responsibilities assigned to the object using a **RASCI-SV** matrix (Responsible, Accountable, Support, Consulted, Informed, Sign-Off, Verify).
  * This includes associated organizational units, roles, resources, and assets.
* **Analysis Tab**
  * Shows objects directly impacted by the selected object.\
    Includes tools to analyze these impacts, support decision-making, and manage changes effectively.\
    Depending on the object category, this tab may also present category-specific data such as financial implications or capability analysis.
* **Versioning Tab**
  * Provides a complete version history of the object, including both drafts and published versions.
  * Enables tracking of modifications, viewing of approval and endorsement cycles, and reverting to previous versions if needed.
* **Performance Tab**
  * Displays operational performance data related to the object, including:
    * **Key Performance Indicators (KPIs)**
    * **Key Control Indicators (KCIs)**
    * **Key Risk Indicators (KRIs)**
  * These metrics offer insight into the object’s operational performance.
* **Compliance Tab**
  * Presents compliance-related information specific to the object. Depending on the object type, this may include risk profiles, control classifications, applicable rules and regulations, purge periods, and other compliance elements.


---

# 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/library/explorer-le-panneau-de-details/analysis.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.
