# Getting Started

To begin your journey with us, you will need to download and install Pentaho Enterprise - 30 day trial:

{% stepper %}
{% step %}
**Download**

Download the on-prem 30‑day Pentaho Enterprise trial:

<a href="https://pentaho.com/download/" class="button primary" data-icon="arrow-down-from-bracket">Download 30-day Pentaho Enterprise</a>
{% endstep %}

{% step %}
**Install**

Follow the Quick Start guide for a streamlined setup on Windows 11:

<a href="https://academy.pentaho.com/pentaho-11-installation-en/installation/evaluation-installation" class="button primary" data-icon="book-open">Pentaho Enterprise - Quick Start</a>
{% endstep %}

{% step %}
**Verify your install**

Launch Data Integration (GUI):

{% tabs %}
{% tab title="Windows" %}
Launch Data Integration:

```powershell
cd \
cd Pentaho/design-tools/data-integration
./spoon.bat
```

{% endtab %}

{% tab title="macOS / Linux" %}
Launch Data Integration:

```sh
cd
cd ~/Pentaho/design-tools/data-integration
./spoon.sh
```

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
**Workshop--Data Integration**

Download the Data Integration Workshops:

```
git clone https://github.com/jporeilly/Workshop--Data-Integration
```

{% endstep %}
{% endstepper %}


---

# 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://academy.pentaho.com/pentaho-data-integration/data-integration/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.
