# Enroll Structured Databases

Teleskope can automatically enforce data subject rights on your structured databases, by automatically deleting, anonymizing, or retrieving customer data via queries

For each structured data store type that you would like to enroll for data deletion or access requests:

{% stepper %}
{% step %}
**Select the data store type**

Navigate to Data Subject Rights Request > Data Store Integrations, and select the data store type you want to enroll
{% endstep %}

{% step %}
**Determine the list of tables to enroll**

Under unenrolled tables, select the table you would like to enroll. You can also filter the set of unenrolled tables by classification to get suggestions of tables you should enroll for deletion

<figure><img src="/files/uRYZmXOVWiHvFO5cHXHa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Enroll a table**

For each table, select a subset or all columns you would like to enroll, and whether you'd like to enroll them for access or deletion requests

<figure><img src="/files/bd5A4XrxU1Ko9pROJiOD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Point to an identifier**

In Step 2, point Teleskope to an identifier.

1. If the table contains an identifier, point us to the column that stores it

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

2. If the table does not contain an identifier, select Define a Query, and join the table with a mapping table that contains the identifier.
3. Once your query is defined, validate the query and ensure that Teleskope parsed the correct dependencies. Otherwise, edit the dependency and point it to the right table

<figure><img src="/files/1XcoXwqBjenJhO9msJZr" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.teleskope.ai/the-platform/data-subject-rights/enroll-structured-databases.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.
