# Getting Started

- [What is DataPancake?](https://docs.datapancake.com/getting-started/what-is-datapancake.md)
- [Understanding the Challenges of Semi-Structured Data](https://docs.datapancake.com/getting-started/understanding-the-challenges-of-semi-structured-data.md)
- [Install & Setup](https://docs.datapancake.com/getting-started/install-and-setup.md): This guide will walk you through installing the free version of DataPancake, upgrading it to the paid version, and completing necessary admin setup steps.
- [Data Source Quick Start](https://docs.datapancake.com/getting-started/data-source-quick-start.md): This quick start will help you implement your first DataPancake pipeline for semi-structured data.
- [Reference Architecture](https://docs.datapancake.com/getting-started/reference-architecture.md): These diagrams illustrate the architecture and security of DataPancake as a Snowflake Native App.
- [Generated SQL DDL Deployment Options](https://docs.datapancake.com/getting-started/reference-architecture/generated-sql-ddl-deployment-options.md): Each generated DataPancake object can be deployed to its own DB and Schema or they can be deployed to a single DB and Schema.


---

# 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.datapancake.com/getting-started.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.
