# Forget Me

The "Forget Me" settings enable your users to exercise their "Right to be Forgotten" under GDPR. This section allows you to manage how you handle requests from users wishing to delete or anonymize their personal data.&#x20;

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

Below is the detailed documentation of each setting available within this section:

1. **Shortcode**:
   * **\[njt\_gdpr\_forgetme]**: This shortcode should be placed on the designated "Forget Me" page of your website. It facilitates the process by adding a button or form through which users can submit their request to be forgotten.
2. **Notification email subject**:
   * **Input Field**: You can enter the subject line for emails that will be sent to users who request to be forgotten.
3. **Notification email body**:
   * **Input Field**: Provides a space to write the content of the email notification sent to users regarding their forget me requests.
4. **With posts**:
   * **Dropdown**: This setting determines how posts created by the user should be handled. Options include:
     * **Delete**: Completely remove all posts authored by the user.
     * **Assign To Another User**: Transfer the ownership of the posts to another user.
5. **Success Message**:
   * **Text Field**: Allows customization of the message that will be displayed to the user upon successful submission of a forget me request.
6. **Forget Me List**:
   * This section displays a list of users who have requested to be forgotten, showing details such as User ID, Email, the Email Request status, the Request Date, and the Mail Sent Date.
   * **Dropdown Actions**:
     * **Forget and Send Email**: Execute the forget operation and notify the user via email.
     * **Remove**: Remove the user from the list without performing the forget operation.

Save Changes


---

# Agent Instructions: 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:

```
GET https://ninjateam.gitbook.io/gdpr-compliance/how-it-works/forget-me.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
