> 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/data-governance-dg-of-anonymized-and-non-anonymized-data.md).

# Data Governance (DG) of Anonymized and Non-Anonymized Data

This section contains requirements concerning the collection, management and use of data in high-impact AI systems. Canada's AIDA - Section 6 - Anonymized data states, A person who carries out any regulated activity and who processes or makes available for use anonymized data in the course of that activity must, in accordance with the regulations, establish measures concerning (i) how data is anonymized, and (ii) the use or management of anonymized data. In this control, we deal with anonymized and non-anonymized data to suit different requirements. Whether you are using anonymized or non-anonymized data, the management principles and checks are the same. The only difference is the checks related to the process/techniques of data anonymization.

Below is the list of controls/checks part of Data Governance (DG) of Anonymized and Non-Anonymized Data:

* [DG01 - Define Sets](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg01-define-sets.md)
* [DG02 - Dataset Governance Policies](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg02-dataset-governance-policies.md)
* [DG03 - Dataset Design Choices](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg03-dataset-design-choices.md)
* [DG04 - Dataset Source Information](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg04-dataset-source-information.md)
* [DG05 - Dataset Annotations Information](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg05-dataset-annotations-information.md)
* [DG06 - Dataset Labels Information](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg06-dataset-labels-information.md)
* [DG07 - Dataset Cleaning](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg07-dataset-cleaning.md)
* [DG08 - Dataset Enrichment](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg08-dataset-enrichment.md)
* [DG09 - Dataset Aggregation](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg09-dataset-aggregation.md)
* [DG10 - Dataset Description, Assumptions and Purpose](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg10-dataset-description-assumptions-and-purpose.md)
* [DG11 - Dataset Transformation Rationale](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg11-dataset-transformation-rationale.md)
* [DG12 - Dataset Bias Identification](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg12-dataset-bias-identification.md)
* [DG13 - Dataset Bias Mitigation](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg13-dataset-bias-mitigation.md)
* [DG14 - Dataset Bias Analysis Action and Assessment](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg14-dataset-bias-analysis-action-and-assessment.md)
* [DG15 - Dataset Gaps and Shortcomings](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg15-dataset-gaps-and-shortcomings.md)
* [DG16 - Dataset Bias Monitoring - Ongoing](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg16-dataset-bias-monitoring-ongoing.md)
* [DG17 - Dataset Bias Special/Protected Categories](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg17-dataset-bias-special-protected-categories.md)
* [DG18 - Dataset Anonymization Process](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg18-dataset-anonymization-process.md)
* [DG19 - Dataset Anonymization Assessment](/canada-aida/data-governance-dg-of-anonymized-and-non-anonymized-data/dg19-dataset-anonymization-assessment.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/data-governance-dg-of-anonymized-and-non-anonymized-data.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.
