# Lakehouse Platform

- [What is dex?](https://docs.dexlabs.io/lakehouse-platform/what-is-dex.md): dex is a unified suite of data technologies designed to move and manage data for BI, AI/ML, process automation, and data science.
- [About dex](https://docs.dexlabs.io/lakehouse-platform/about-dex.md)
- [Core Concepts](https://docs.dexlabs.io/lakehouse-platform/about-dex/core-concepts.md)
- [Data Privacy and Safety](https://docs.dexlabs.io/lakehouse-platform/about-dex/data-privacy-and-safety.md)
- [Workflow Management](https://docs.dexlabs.io/lakehouse-platform/about-dex/workflow-management.md)
- [Configuring Projects](https://docs.dexlabs.io/lakehouse-platform/about-dex/workflow-management/configuring-projects.md)
- [Configuring Environments](https://docs.dexlabs.io/lakehouse-platform/about-dex/workflow-management/configuring-environments.md)
- [Configuring Workspaces](https://docs.dexlabs.io/lakehouse-platform/about-dex/workflow-management/configuring-workspaces.md)
- [Get Started with dex](https://docs.dexlabs.io/lakehouse-platform/get-started-with-dex.md): Begin your dex journey by trying one of our quickstarts, which provides a step-by-step guide to help you set up and use our Lakehouse Platform
- [Quickstart dex with GCP](https://docs.dexlabs.io/lakehouse-platform/get-started-with-dex/quickstart-dex-with-gcp.md): Get started building data pipelines using GCP and BigQuery
- [Quickstart dex with AWS](https://docs.dexlabs.io/lakehouse-platform/get-started-with-dex/quickstart-dex-with-aws.md): Get started building data pipelines using AWS, S3 and Athena
- [Set Up dex](https://docs.dexlabs.io/lakehouse-platform/set-up-dex.md)
- [GCP Cloud Setup](https://docs.dexlabs.io/lakehouse-platform/set-up-dex/gcp-cloud-setup.md)
- [AWS Cloud Setup](https://docs.dexlabs.io/lakehouse-platform/set-up-dex/aws-cloud-setup.md)
- [Github/Gitlab Account Setup](https://docs.dexlabs.io/lakehouse-platform/set-up-dex/github-gitlab-account-setup.md)
- [Connect your data](https://docs.dexlabs.io/lakehouse-platform/connect-your-data.md)
- [Set up a Connection](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/set-up-a-connection.md)
- [Connector Catalog](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/connector-catalog.md)
- [Postgres](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/connector-catalog/postgres.md)
- [Shopify](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/connector-catalog/shopify.md)
- [Google Sheets](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/connector-catalog/google-sheets.md)
- [Setting up a Service Account](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/connector-catalog/google-sheets/setting-up-a-service-account.md)
- [Develop with dex](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex.md)
- [Sync Sources](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/sync-sources.md)
- [Accessing Data Sources](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/accessing-data-sources.md)
- [Core Execution Actions](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/core-execution-actions.md)
- [Models](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/models.md)
- [Layers](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/layers.md)
- [AI Copilot](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/ai-copilot.md)
- [Tests](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/tests.md)
- [Documentation](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/documentation.md)
- [Seeds](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/seeds.md)
- [Snapshots](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/snapshots.md)
- [Jinja and Macros](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/jinja-and-macros.md)
- [Project and Environment Variables](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/project-and-environment-variables.md)
- [Packages](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/packages.md)
- [Hooks and Operations](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/hooks-and-operations.md)
- [Tags](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/tags.md)
- [Materialization](https://docs.dexlabs.io/lakehouse-platform/develop-with-dex/materialization.md)
- [Project Settings and Defaults](https://docs.dexlabs.io/lakehouse-platform/project-settings-and-defaults.md)
- [Flows and Automation](https://docs.dexlabs.io/lakehouse-platform/flows-and-automation.md): Key concepts of automation and scheduling using Flows
- [Creating and Managing Flows](https://docs.dexlabs.io/lakehouse-platform/flows-and-automation/creating-and-managing-flows.md)
- [Monitoring Flows](https://docs.dexlabs.io/lakehouse-platform/flows-and-automation/monitoring-flows.md)
- [Notifications and Alerts](https://docs.dexlabs.io/lakehouse-platform/notifications-and-alerts.md)
- [Version Control with Git](https://docs.dexlabs.io/lakehouse-platform/version-control-with-git.md)
- [How Version Control Works in dex](https://docs.dexlabs.io/lakehouse-platform/version-control-with-git/how-version-control-works-in-dex.md)
- [Deploy your Code](https://docs.dexlabs.io/lakehouse-platform/version-control-with-git/deploy-your-code.md)
- [Variables and Secrets](https://docs.dexlabs.io/lakehouse-platform/variables-and-secrets.md)


---

# 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.dexlabs.io/lakehouse-platform.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.
