> 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-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/6.md).

# Art. 6 — Obligations of third parties receiving data at the request of the user

Data Act Article 6 — Obligations of third parties receiving data at the request of the user. Regulation (EU) 2023/2854, Chapter II — Business-to-consumer and business-to-business data sharing.

1. A third party shall process the data made available to it pursuant to [Article 5](/data-act/chapter-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/5.md) only for the purposes and under the conditions agreed with the user and subject to Union and national law on the protection of [personal data](https://headlesslaw.com/definitions/data-act/personal-data/) including the rights of the [data subject](https://headlesslaw.com/definitions/data-act/data-subject/) insofar as personal data are concerned. The third party shall erase the data when they are no longer necessary for the agreed purpose, unless otherwise agreed with the user in relation to [non-personal data](https://headlesslaw.com/definitions/data-act/non-personal-data/).
2. The third party shall not:
   1. make the exercise of choices or rights under [Article 5](/data-act/chapter-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/5.md) and this Article by the user unduly difficult, including by offering choices to the user in a non-neutral manner, or by coercing, deceiving or manipulating the user, or by subverting or impairing the autonomy, decision-making or choices of the user, including by means of a user digital interface or a part thereof;
   2. notwithstanding Article 22(2), points (a) and (c), of Regulation (EU) 2016/679, use the data it receives for the [profiling](https://headlesslaw.com/definitions/data-act/profiling/), unless it is necessary to provide the service requested by the user;
   3. make the data it receives available to another third party, unless the data is made available on the basis of a contract with the user, and provided that the other third party takes all necessary measures agreed between the [data holder](https://headlesslaw.com/definitions/data-act/data-holder/) and the third party to preserve the confidentiality of trade secrets;
   4. make the data it receives available to an undertaking designated as a gatekeeper pursuant to Article 3 of Regulation (EU) 2022/1925;
   5. use the data it receives to develop a product that competes with the [connected product](https://headlesslaw.com/definitions/data-act/connected-product/) from which the accessed data originate or share the data with another third party for that purpose; third parties shall also not use any non-personal [product data](https://headlesslaw.com/definitions/data-act/product-data/) or [related service data](https://headlesslaw.com/definitions/data-act/related-service-data/) made available to them to derive insights about the economic situation, assets and production methods of, or use by, the data holder;
   6. use the data it receives in a manner that has an adverse impact on the security of the connected product or related service;
   7. disregard the specific measures agreed with a data holder or with the trade secrets holder pursuant to [Article 5(9)](/data-act/chapter-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/5.md) and undermine the confidentiality of trade secrets;
   8. prevent the user that is a consumer, including on the basis of a contract, from making the data it receives available to other parties.


---

# 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-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/6.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.
