> 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/end-users/library/exploring-the-details-panel/responsibilities.md).

# Responsibilities

Quickly identify who is involved in your documentation.

The **Responsibility** section provides an overview of the roles and responsibilities associated with a documentation item, based on the **RASCI-VS** model. It includes **resources**, **roles**, **groups**, **assets**, and **organizational units**, helping teams quickly understand ownership, accountability, and involvement

***

## Viewing Responsibilities

The **Responsibility Table** displays the RASCI-VS assignments for the selected documentation item and its children.

{% stepper %}
{% step %}

### Understanding the Table Layout

When you view the **Responsibilities** section, you’ll see a table with the following layout:

* **Rows:** The selected documentation item, followed by its child item&#x73;*.*
* **Columns**: The assigned **resources**, **roles**, **groups**, **assets**, and **organizational units**.
* **Cells:** The **RASCI-VS** value for each entity and item, indicating the type of responsibility assigned.

Scroll through the table to view all responsibilities for the item.&#x20;

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FSGk5OE5SvrrHmqoRPT2e%2FScreenshot%20of%20Corrective%20Action%20Implementation.jpg?alt=media&amp;token=e04e0dcc-decd-41f3-90b0-d6ee321354dc" alt=""><figcaption></figcaption></figure>

***

{% endstep %}

{% step %}

### Filtering the Table

* Click the **Filter** field.
* Begin typing to see matches.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2F5BfZfyYwyb2U82nutjc5%2FScreenshot%20of%20Corrective%20Action%20Implementation%20(1).jpg?alt=media&amp;token=bf3c6f5d-d32e-4dca-9102-16b1ab07ae09" alt=""><figcaption></figcaption></figure>

***

{% endstep %}
{% endstepper %}

***

## Understanding RASCI-VS

**RASCI-VS** is a responsibility assignment matrix used to define who is involved in each task or deliverable, ensuring accountability is clear across the organization.

<table><thead><tr><th width="118.888916015625">Value</th><th width="215">Responsibility </th><th>Description</th></tr></thead><tbody><tr><td><strong>R</strong> </td><td>Responsible</td><td>Completes the work or task.</td></tr><tr><td><strong>A</strong></td><td>Accountable</td><td>Owns the task or item and makes final decisions.</td></tr><tr><td><strong>SU</strong></td><td>Support</td><td>Provides assistance or resources.</td></tr><tr><td><strong>C</strong></td><td>Consulted</td><td>Gives input or advice; two-way communication.</td></tr><tr><td><strong>I</strong> </td><td>Informed</td><td>Kept updated; one-way communication.</td></tr><tr><td><strong>V</strong></td><td>Verifier</td><td>Checks content for quality, compliance or accuracy.</td></tr><tr><td><strong>SI</strong></td><td>Signatory</td><td>Approves or signs off content before completion.</td></tr></tbody></table>

***


---

# 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/end-users/library/exploring-the-details-panel/responsibilities.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.
