> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/data-act/chapter-v-making-data-available-to-public-sector-bodies-the-commission-the-european-central-bank-and/18.md).

# Art. 18 — Compliance with requests for data

Data Act Article 18 — Compliance with requests for data. Regulation (EU) 2023/2854, Chapter V — Making data available to public sector bodies, the Commission, the European Central Bank and Union bodie

1. A [data holder](https://headlesslaw.com/definitions/data-act/data-holder/) receiving a request to make data available under this Chapter shall make the data available to the requesting [public sector body](https://headlesslaw.com/definitions/data-act/public-sector-body/), the Commission, the European Central Bank or a Union body without undue delay, taking into account necessary technical, organisational and legal measures.
2. Without prejudice to specific needs regarding the availability of data defined in Union or national law, a data holder may decline or seek the modification of a request to make data available under this Chapter without undue delay and, in any event, no later than five working days after the receipt of a request for the data necessary to respond to a [public emergency](https://headlesslaw.com/definitions/data-act/public-emergency/) and without undue delay and, in any event, no later than 30 working days after the receipt of such a request in other cases of an exceptional need, on any of the following grounds:
   1. the data holder does not have control over the data requested;
   2. a similar request for the same purpose has been previously submitted by another public sector body or the Commission, the European Central Bank or a Union body and the data holder has not been notified of the erasure of the data pursuant to [Article 19(1)](/data-act/chapter-v-making-data-available-to-public-sector-bodies-the-commission-the-european-central-bank-and/19.md), point (c);
   3. the request does not meet the conditions laid down in [Article 17(1)](/data-act/chapter-v-making-data-available-to-public-sector-bodies-the-commission-the-european-central-bank-and/17.md) and (2).
3. If the data holder decides to decline the request or to seek its modification in accordance with paragraph 2, point (b), it shall indicate the identity of the public sector body or the Commission, the European Central Bank or the Union body that previously submitted a request for the same purpose.
4. Where the data requested includes [personal data](https://headlesslaw.com/definitions/data-act/personal-data/), the data holder shall properly anonymise the data, unless the compliance with the request to make data available to a public sector body, the Commission, the European Central Bank or a Union body requires the disclosure of personal data. In such cases, the data holder shall pseudonymise the data.
5. Where the public sector body, the Commission, the European Central Bank or the Union body wishes to challenge a data holder’s refusal to provide the data requested, or where the data holder wishes to challenge the request and the matter cannot be resolved by an appropriate modification of the request, the matter shall be referred to the competent authority designated pursuant to [Article 37](/data-act/chapter-ix-implementation-and-enforcement-art.-37-42/37.md) of the Member State where the data holder is established.


---

# 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://www.mica.wtf/data-act/chapter-v-making-data-available-to-public-sector-bodies-the-commission-the-european-central-bank-and/18.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.
