> For the complete documentation index, see [llms.txt](https://docs.assenteo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.assenteo.com/key-legislation/the-gdpr/how-can-you-implement-gdpr-data-subject-rights-in-your-business.md).

# How can you implement GDPR data subject rights in your business?

Chapter 3 of **GDPR** sets out certain rights which individuals have over their personal data. They are not principles or guidelines, but **legally enforceable rights** which your business must fulfil if a user or employee chooses to exercise them.&#x20;

The table below lays out the **eight core rights** detailed by GDPR and **how your business can help implement** **them** in day-to-day practice.

<table><thead><tr><th width="207.9921875">Right</th><th>How your business can implement it</th></tr></thead><tbody><tr><td><strong>Right to be informed</strong> [Art. 13, 14&#x26;19]</td><td>• Ensure that your privacy policy is clear, detailed and easily accessible.<br>• In your privacy policy, ensure you explain:<br>• Provide your privacy policy at the point of data collection.<br>• Regularly update your privacy policy to reflect any changes.</td></tr><tr><td><strong>Right of access</strong> [Art. 15]</td><td>• Provide users with an easy mechanism, such as a webform, to request access to their personal data.<br>• Consider implementing DSAR portals for scalable and efficient rights management.<br>• Respond within a month to any DSAR requests.<br>• Keep detailed logs of requests and responses.</td></tr><tr><td><strong>Right to rectification</strong> [Art. 16]</td><td>• Respond to correction requests within a month.<br>• Have procedures for correcting inaccurate personal data and informing sub-processors of any corrections.</td></tr><tr><td><strong>Right to erasure (‘right to be forgotten’)</strong> [Art. 17]</td><td>• Implement processes allowing individuals to request deletion of their data.<br>• Respond within a month to any erasure requests.<br>• Make sure you have systems to identify and remove all data from your platforms and any sub-processor platforms in this instance.</td></tr><tr><td><strong>Right to restriction of processing</strong> [Art. 18]</td><td>• Ensure you have technical mechanisms for temporarily stopping data processing when a data subject requests restriction.</td></tr><tr><td><strong>Right to data portability</strong> [Art. 20]</td><td>• Provide data in a common, machine-readable format upon request, unless technically not feasible.</td></tr><tr><td><strong>Right to object</strong> [Art. 21]</td><td>• Communicate objection rights upfront.<br>• Allow objections to processing based on legitimate interest or public task.<br>• Allow objections to direct marketing.<br>• Implement opt-out systems for making these objections in practice.</td></tr><tr><td><strong>Rights in automated decision making (ADM)</strong> [Art. 22]</td><td>• Notify users if ADM with legal or similarly ‘significant’ effects is taking place. Tell them why, how, and the consequences of the use of ADM.<br>• Require them to consent to ADM before proceeding.<br>• Inform them of the right to human intervention, contestation, and explanation and provide channels to access this.</td></tr></tbody></table>

These are all tasks with which a [**Privacy Partner**](/privacy-professionals-when-do-you-need-them/when-do-you-need-a-privacy-partner.md) can advise on and assist in setting up.


---

# 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://docs.assenteo.com/key-legislation/the-gdpr/how-can-you-implement-gdpr-data-subject-rights-in-your-business.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.
