> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/notifier-les-violations-de-donnees/notifiez-une-violation-de-donnees.md).

# Report a data breach

## Introduction

There are 2 possible ways to fill in a new data breach notification in DASTRA:

1. Fill in any new notification directly by hand
2. Import notifications by excel, csv or text file

### Manual creation of a data breach notification

By clicking on the "New incident report" button, a window appears where you can detail the data breach. Click on "Save and exit". That's it, you've created your first data breach notification manually!

<figure><img src="/files/Qakr6MounMKvnWrqV2o3" alt=""><figcaption><p>Steps to document the violation</p></figcaption></figure>

## Importing a notification into the data breach register

To import a data breach notification, click on the three vertical dots on the right of the screen.

<figure><img src="/files/WVPCSj5byJNcGFjGSkLy" alt=""><figcaption></figcaption></figure>

A window appears with an "import" button. Click on it, download the registry template and follow the instructions to import the violations into Dastra. Once imported, the request will be directly available in the data breach register.

<figure><img src="/files/kiOGfehLW0j1HEtb6ITY" alt=""><figcaption><p>Data breach log import window</p></figcaption></figure>

***

## Linking an AI system to a data breach

When a data breach involves an AI system — whether as the cause, the vector, or because it processes the affected data — you can associate it directly with the breach record.

From the breach editing page, in the **Additional information** section, use the **Linked AI systems** field to search for and associate one or more AI systems declared in your workspace.

This association allows you to:

* Quickly identify the AI systems involved in incidents
* Link the breach to the AI Act compliance documentation of the relevant system
* Centralise incident tracking by AI system in your register

### "With an AI system" indicator in the incidents register

The data breach register now shows a **With an AI system** counter in the statistics bar at the top of the list. This metric lets you monitor at a glance the share of incidents involving an AI system in your organisation.


---

# 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://doc.dastra.eu/en/features/notifier-les-violations-de-donnees/notifiez-une-violation-de-donnees.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.
