> ## Documentation Index
> Fetch the complete documentation index at: https://docs.liquid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Privacy

> This page outlines how the LEAP Model Bundling Service handles your data, what information we collect and delete.

### Bundle Request Information

When you create a bundle request using `leap-bundle create`, we store the following information:

* **Input file path**: The path of your input model directory.
* **Input file hash**: A cryptographic hash of your model directory contents for deduplication.
* **Bundle arguments**: All command-line arguments passed to the bundling service. E.g. required quantization type.
* **Request metadata**: Creation time, etc.
* **User identification**: Your internal user ID to associate requests with your account.

### Event Logs and Audit Trail

* **Bundle request events**: Status changes for each request.
* **Internal processing logs**: Technical details for debugging (not exposed to users).

## Data Deletion

<Info>
  The uploaded model files are auto archived (deleted) after 7 days. We do not retain any of your
  model weights or parameters beyond the 7-day window.
</Info>

* **Uploaded model files**: All uploaded model files are permanently deleted 7 days after they are uploaded.
* **Model outputs**: Generated bundle files are deleted after 7 days.

## General Privacy Policy

For the full details about how we handle personal data on the broader LEAP platform, please refer to our main [Privacy Policy](https://www.liquid.ai/privacy-policy).
