# Data Destruction Procedures

## Data Destruction Procedures

### Overview

This document outlines RaffleLink's procedures for secure data destruction upon contract termination or client request.

### Procedure

1. Data Identification
   * Locate all client data in primary database
   * Identify data in backup systems
   * Document data locations
2. Data Return
   * Export client data in CSV format
   * Transfer securely to client
   * Obtain receipt confirmation
3. Data Destruction
   * Execute secure deletion from primary database
   * Remove from backup systems
4. Verification
   * Send confirmation to client


---

# 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://help.rafflelink.com.au/other/privacy-and-security/data-destruction-procedures.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.
