> For the complete documentation index, see [llms.txt](https://documentations.seclea.com/seclea-user-documentation/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/seclea-user-documentation/seclea-web-ui/project-settings/compliance-settings.md).

# Compliance Settings

The AI compliance settings on the Seclea Platform play a crucial role in ensuring your AI projects adhere to various regulatory frameworks and industry standards. By customizing these settings, users can efficiently manage their projects' compliance with evolving regulations across different jurisdictions.&#x20;

Currently, the platform supports a range of compliance requirements, including the European Union's Artificial Intelligence Act (EU AIA), Canada's Artificial Intelligence and Data Act (AIDA), the US Food and Drug Administration's (FDA) guidelines for AI-based Software as a Medical Device (SaMD), and other emerging regulatory frameworks. Leveraging these compliance settings, users can confidently develop and deploy AI solutions in line with global best practices and maintain a strong commitment to responsible AI development.

Setting up compliance monitoring for an AI project on the Seclea Platform is a straightforward process. By following these steps, you can ensure your project adheres to the necessary regulatory frameworks and industry standards:

**Step 1:** Familiarize yourself with the list of regulatory compliance options available on Seclea:

* European Commission's Artificial Intelligence Act (EC AIA)
* Canada's Artificial Intelligence and Data Act (AIDA)
* US Food and Drug Administration's AI-based Software as a Medical Device (FDA SaMD)
* Organisation for Economic Co-operation and Development AI Principles (OECD AI Principles)

<figure><img src="/files/Ciz8JrQu3SlUFbuZPBv4" alt=""><figcaption><p>List of available compliance templates on the Seclea Platform.</p></figcaption></figure>

**Step 2:** Navigate to your project settings and click on the "Compliance" tab.

{% embed url="<https://youtu.be/1xlbBVLCKwo>" %}
Compliance setting page on the Seclea Platform.
{% endembed %}

**Step 3:** In the "Available" section, you will find a list of available compliance templates. You can choose from the provided templates or create a custom template tailored to your project's specific compliance requirements.

**Step 4:** After selecting a template, configure the necessary settings, including assigning responsible persons and reviewers. The template specifications are divided into categories, controls, and checks:

* **Categories** are logical groupings of controls that organise compliance requirements.
* **Controls** address specific requirements and consist of a collection of checks.
* **Checks** related to individual actions that need to be monitored, recorded, or documented.

{% embed url="<https://youtu.be/wrrQfYeaYqU>" %}
Configuring a compliance template on the Seclea Platform.
{% endembed %}

By completing these steps, you will have successfully set up compliance monitoring for your AI project on the Seclea Platform, ensuring adherence to relevant regulatory frameworks and promoting responsible AI development.\ <br>


---

# 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/seclea-user-documentation/seclea-web-ui/project-settings/compliance-settings.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.
