> For the complete documentation index, see [llms.txt](https://documentation.grax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.grax.com/reuse-data.md).

# Reuse Data

- [Reusing Your Data](https://documentation.grax.com/reuse-data/reusing-your-data.md)
- [Data Lake](https://documentation.grax.com/reuse-data/data-lake.md)
- [AWS Data Lakehouse](https://documentation.grax.com/reuse-data/data-lake/aws-data-lakehouse.md)
- [AWS Data Lakehouse IAM Role](https://documentation.grax.com/reuse-data/data-lake/aws-data-lakehouse-iam-role.md)
- [Snowflake Tables from Data Lake](https://documentation.grax.com/reuse-data/data-lake/snowflake-tables-from-data-lake.md)
- [Azure Data Lakehouse](https://documentation.grax.com/reuse-data/data-lake/azure-data-lakehouse.md)
- [DuckDB Data Lakehouse](https://documentation.grax.com/reuse-data/data-lake/duckdb-data-lakehouse.md)
- [GCP Data Lakehouse](https://documentation.grax.com/reuse-data/data-lake/gcp-data-lakehouse.md)
- [Heroku Data Lakehouse](https://documentation.grax.com/reuse-data/data-lake/heroku-data-lakehouse.md)
- [Open Source Lakehouse](https://documentation.grax.com/reuse-data/data-lake/open-source-lakehouse.md)
- [Data Cloud](https://documentation.grax.com/reuse-data/data-lake/data-cloud.md): Connecting GRAX Data Lake to SFDC Data Cloud
- [Multiple Orgs](https://documentation.grax.com/reuse-data/data-lake/multiple-orgs.md): Best practices for connecting GRAX to multiple Salesforce Organizations
- [Migrating from Data Lake v1 to Data Lake v2](https://documentation.grax.com/reuse-data/data-lake/migrating-from-data-lake-v1-to-data-lake-v2.md): This guide walks through the recommended process for migrating from Data Lake v1 to Data Lake v2 in GRAX, including configuration steps, sequencing, and data retention considerations.
- [Data Lake v1](https://documentation.grax.com/reuse-data/data-lake/data-lake-v1.md)
- [Global Search](https://documentation.grax.com/reuse-data/global-search.md)
- [Sandbox Seeding](https://documentation.grax.com/reuse-data/sandbox-seeding.md)
- [Sandbox Seeding Quickstart Guide](https://documentation.grax.com/reuse-data/sandbox-seeding/sandbox-seeding-quickstart-guide.md)
- [Public API](https://documentation.grax.com/reuse-data/public-api.md)
- [Managed Package](https://documentation.grax.com/reuse-data/managed-package.md): Work with your data from within Salesforce, without it being there
- [Second Generation](https://documentation.grax.com/reuse-data/managed-package/second-generation.md): Currently Supported
- [Features](https://documentation.grax.com/reuse-data/managed-package/second-generation/features.md): Second-Generation Managed Package
- [Install](https://documentation.grax.com/reuse-data/managed-package/second-generation/install.md): Second-Generation Managed Package
- [Update](https://documentation.grax.com/reuse-data/managed-package/second-generation/update.md): Second-Generation Managed Package
- [Uninstall](https://documentation.grax.com/reuse-data/managed-package/second-generation/uninstall.md): Second-Generation Managed Package
- [First Generation](https://documentation.grax.com/reuse-data/managed-package/first-generation.md)
- [Features](https://documentation.grax.com/reuse-data/managed-package/first-generation/features.md): First-Generation Managed Package (Deprecated)
- [Configure](https://documentation.grax.com/reuse-data/managed-package/first-generation/configure.md): First-Generation Managed Package (Deprecated)
- [Uninstall](https://documentation.grax.com/reuse-data/managed-package/first-generation/uninstall.md): First-Generation Managed Package (Deprecated)
- [Migrate](https://documentation.grax.com/reuse-data/managed-package/first-generation/migrate.md): Updating to the Second-Generation Managed Package
- [Migrating from First Generation to Second Generation Managed Package](https://documentation.grax.com/reuse-data/managed-package/migrating-from-first-generation-to-second-generation-managed-package.md)
- [Frequently Asked Questions](https://documentation.grax.com/reuse-data/managed-package/frequently-asked-questions.md): Second Generation Managed Package


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.grax.com/reuse-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
