> For the complete documentation index, see [llms.txt](https://documentations.seclea.com/canada-aida/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.seclea.com/canada-aida/risk-management-system-rms.md).

# Risk Management System (RMS)

This control contains requirements concerning the Risk Management System (RMS) to be in place for high-impact AI systems as specified in Section 8 - Measures related to risks of Canada's AIDA. A person who is responsible for a high-impact system must, in accordance with the regulations, establish measures to identify, assess and mitigate the risks of harm or biased output that could result from the use of the system.

Below is the list of controls/checks part of the Risk Management System (RMS):

* [RMS01 - Risk Management System in Place](/canada-aida/risk-management-system-rms/rms01-risk-management-system-in-place.md)
* [RMS02 - Risk Management System Capabilities and Process](/canada-aida/risk-management-system-rms/rms02-risk-management-system-capabilities-and-process.md)
* [RMS03 - Risk Management Measures](/canada-aida/risk-management-system-rms/rms03-risk-management-measures.md)
* [RMS04 - Testing](/canada-aida/risk-management-system-rms/rms04-testing.md)
* [RMS05 - Residual Risks](/canada-aida/risk-management-system-rms/rms05-residual-risks.md)
* [RMS06 - Consideration of Children](/canada-aida/risk-management-system-rms/rms06-consideration-of-children.md)


---

# 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://documentations.seclea.com/canada-aida/risk-management-system-rms.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.
