---
id: reg-main
title: eIDAS and EU Regulations
description: Reference documentation for the European regulations underpinning the EUDI Wallet ecosystem, including eIDAS, GDPR, Data Governance Act, and Data Act.
keywords: [EU regulations, GDPR, eIDAS, eIDAS 2.0, data governance, digital identity, data protection, European Digital Identity, consent, implementing regulations]
hide_title: true
sidebar_label: Overview
slug: /
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```


import {RegulationOverviewGrid} from '@site/src/components/RegulationCard';
import {dataRegulationsOverviewData} from '@site/src/components/RegulationCard/dataRegulationsOverviewData';

# eIDAS and EU Regulations

Reference documentation for the European regulations underpinning the EUDI Wallet ecosystem. Covers the foundational EU regulations governing digital identity, data protection, and data governance (eIDAS, GDPR, Data Governance Act, Data Act) together with the full set of Implementing Regulations adopted under Regulation (EU) 2024/1183 that define the technical, security, and interoperability requirements for EU Digital Identity Wallets.

<RegulationOverviewGrid
  data={dataRegulationsOverviewData}
  title=""
  subtitle="Explore each regulation with a summary and detailed breakdown."
  ctaText="Read More"
  maxDescLength={220}
/>
