> 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/technical-documentation-td.md).

# Technical Documentation (TD)

This section contains requirements concerning the technical documentation that must be recorded and published for high-impact AI systems. This section is to follow the Additional records requirement of the regulation: The person must, in accordance with the regulations, keep any other records in respect of the requirements under sections 6 to 9 that apply to them.

Below is the list of controls/checks part of Additional Records - Technical Documentation (DT).

* [TD01 - Technical Documentation Generated](/canada-aida/technical-documentation-td/td01-technical-documentation-generated.md)
* [TD02 - Additional Technical Documentation](/canada-aida/technical-documentation-td/td02-additional-technical-documentation.md)
* [TD03 - Technical Details](/canada-aida/technical-documentation-td/td03-technical-details.md)
* [TD04 - Development Steps and Methods](/canada-aida/technical-documentation-td/td04-development-steps-and-methods.md)
* [TD05 - Pre-trained or Third-Party Tools/Systems](/canada-aida/technical-documentation-td/td05-pre-trained-or-third-party-tools-systems.md)
* [TD06 - Design Specification](/canada-aida/technical-documentation-td/td06-design-specification.md)
* [TD07 - System Architecture](/canada-aida/technical-documentation-td/td07-system-architecture.md)
* [TD08 - Computational Resources](/canada-aida/technical-documentation-td/td08-computational-resources.md)
* [TD09 - Data Requirements](/canada-aida/technical-documentation-td/td09-data-requirements.md)
* [TD10 - Human Oversight Assessment](/canada-aida/technical-documentation-td/td10-human-oversight-assessment.md)
* [TD11 - Pre-Determined Changes](/canada-aida/technical-documentation-td/td11-pre-determined-changes.md)
* [TD12 - Continuous Compliance](/canada-aida/technical-documentation-td/td12-continuous-compliance.md)
* [TD13 - Validation and Testing](/canada-aida/technical-documentation-td/td13-validation-and-testing.md)
* [TD14 - Monitoring, Function and Control](/canada-aida/technical-documentation-td/td14-monitoring-function-and-control.md)
* [TD15 - Risk Management System](/canada-aida/technical-documentation-td/td15-risk-management-system.md)
* [TD16 - Changes](/canada-aida/technical-documentation-td/td16-changes.md)
* [TD17 - Other Technical Standards](/canada-aida/technical-documentation-td/td17-other-technical-standards.md)
* [TD18 - Ongoing Monitoring System](/canada-aida/technical-documentation-td/td18-ongoing-monitoring-system.md)
* [TD19 - Reports Signed](/canada-aida/technical-documentation-td/td19-reports-signed.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/technical-documentation-td.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.
