# Placekey Lineage File

Placekey Enterprise customers can access the Placekey Lineage File delivered monthly. We can deliever this file via S3, Databricks, Snowflake, and more.

The file consists of three columns:

| Column Name      | Description                                                                      | Type   | Example              |
| ---------------- | -------------------------------------------------------------------------------- | ------ | -------------------- |
| old\_placekey    | The old Placekey that churned                                                    | String | 225-222\@5vg-7gs-t9z |
| new\_placekey    | The new Placekey that replaced the old\_placekey                                 | String | 226-223\@5vg-7gs-t9z |
| transition\_date | The approximate date the transition from old\_placekey to new\_placekey happened |        | 01-01-2024           |

> 📘 This file can be very large


---

# 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.placekey.io/documentation/placekey-api/placekey-lineage-file.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.
