# Install & Setup

{% hint style="info" %}
**Account Admin** privileges are required for this process.
{% endhint %}

{% stepper %}
{% step %}

### Install & Upgrade DataPancake

1. [Install DataPancake](/guides/miscellaneous-guides/how-to-install-datapancake.md) from the Snowflake marketplace
2. [Upgrade DataPancake from the free trial](/guides/miscellaneous-guides/how-to-upgrade-datapancake-from-the-free-trial.md) to use all of its features\
   \&#xNAN;*Note: While DataPancake is free to install, core features such as pipeline designing and generating code can only be done from the upgraded (purchased) version.*
   {% endstep %}

{% step %}

### Setup DataPancake

1. Build a script to [grant account level privileges to DataPancake](/guides/how-to-guides-script-builder/admin-guides/how-to-grant-account-level-privileges-to-datapancake.md).
2. [Configure available warehouses for DataPancake](/guides/how-to-guides-script-builder/admin-guides/how-to-configure-available-warehouses-in-datapancake.md)
3. [Grant role access as needed to DataPancake](/guides/how-to-guides-script-builder/admin-guides/how-to-manage-access-to-datapancake.md)
   {% endstep %}
   {% endstepper %}

{% hint style="success" %}
DataPancake is now ready to use! Check out the "[Data Source Quick Start](/getting-started/data-source-quick-start.md)" to walk through creating your first simple data source.
{% endhint %}


---

# 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/install-and-setup.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.
