# Requirements Traceability Matrix (RTM)

[Requirements Traceability Matrix Template](https://docs.google.com/spreadsheets/d/1wsTAI8z9JtQah_6tbzSscUl8bRX8f3LRMra-5QVSzIE/edit#gid=0)

Purpose: To track requirements for implementation and assure that they are implemented and that the requirements are tested

Fields of the Traceability Matrix:

<table><thead><tr><th width="137" align="center">Column</th><th>Description</th></tr></thead><tbody><tr><td align="center">A</td><td>Traceability Number - Assigned Requirement Number</td></tr><tr><td align="center">B</td><td>Requirement - Description of Requirement formatted as "Ability to..."</td></tr><tr><td align="center">C</td><td>MoSCoW Priority - Must Have, Should Have, Could Have, Won't Have</td></tr><tr><td align="center">D</td><td>Implemented Checkbox</td></tr><tr><td align="center">E</td><td>Test Case ID - ID of Test Case that applies to requirement</td></tr><tr><td align="center">F</td><td>Test Date - Date Test Case was run</td></tr><tr><td align="center">G</td><td>Test Result - Passed or Failed</td></tr><tr><td align="center">H</td><td>NOTES - Pertinent notes related to requirement or testing outcome</td></tr></tbody></table>

* &#x20;[Requirements Traceability Matrix TEMPLATE.pdf](https://files.threek.it/training/CommunitySite_Resources/Requirements%20Traceability%20Matrix%20TEMPLATE.pdf)


---

# Agent Instructions: 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:

```
GET https://community.threekit.com/getting-started/managing-your-implementation/requirements-traceability-matrix-rtm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
