> For the complete documentation index, see [llms.txt](https://academy.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.pentaho.com/getting-started/start-here/evaluate-online.md).

# Try it in your browser

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>1 · Check the fit</strong></td><td><a href="https://academy.pentaho.com/getting-started/start-here/evaluate-online#check-this-is-the-right-route">https://academy.pentaho.com/getting-started/start-here/evaluate-online#check-this-is-the-right-route</a></td></tr><tr><td><strong>2 · Launch the lab</strong></td><td><a href="https://academy.pentaho.com/getting-started/start-here/evaluate-online#launch-the-lab">https://academy.pentaho.com/getting-started/start-here/evaluate-online#launch-the-lab</a></td></tr><tr><td><strong>3 · Run a workshop</strong></td><td><a href="https://academy.pentaho.com/getting-started/start-here/evaluate-online#run-your-first-workshop">https://academy.pentaho.com/getting-started/start-here/evaluate-online#run-your-first-workshop</a></td></tr><tr><td><strong>4 · Decide what's next</strong></td><td><a href="https://academy.pentaho.com/getting-started/start-here/evaluate-online#decide-whats-next">https://academy.pentaho.com/getting-started/start-here/evaluate-online#decide-whats-next</a></td></tr></tbody></table>

**You get a full Pentaho Data Integration client running in a browser tab, loaded with a prepared dataset and a workshop to follow. It takes about two minutes to start.**

***

{% stepper %}
{% step %}

#### Check this is the right route

The browser lab is the fastest way to see PDI working. It is deliberately narrow.

**What you get**

* The Pentaho Data Integration design client (Spoon), fully working
* A prepared data source, already connected
* Workshop files loaded and ready to open

**What you don't get**

* A 2-hour session — when it ends, the environment is torn down and anything unsaved is gone
* The Pentaho Server, Pipeline Designer, or Enterprise Edition features
* Any way to connect to your own data

{% hint style="warning" %}
Export anything you want to keep before your session ends. Nothing survives the teardown.
{% endhint %}

If you need longer than two hours, or you want to build against your own data, take the [Developer Edition route](https://academy.pentaho.com/getting-started/start-here/developer-edition) instead.
{% endstep %}

{% step %}

#### Launch the lab

The lab opens in a new tab. Give it a minute to provision.

<p align="center"><a href="https://replace-me/pdi-eval-lab" class="button primary" data-icon="bolt">Launch the 2-hour PDI lab</a></p>

Your two hours start when the environment finishes loading, not when you click. There is a countdown in the lab window.
{% endstep %}

{% step %}

#### Run your first workshop

The lab opens with the workshop already loaded. Work through it in the lab window — you don't need to download anything.

Allow about 30 minutes for the first workshop, which leaves you time to explore afterwards.

<a href="https://academy.pentaho.com/pentaho-data-integration" class="button secondary" data-icon="diagram-sankey">Browse all Data Integration workshops</a>
{% endstep %}

{% step %}

#### Decide what's next

Your session ends after two hours. Pick where to go before it does.

**Want to keep building?**

Install Developer Edition on your own machine and keep it for 15 days.

<a href="https://academy.pentaho.com/getting-started/start-here/developer-edition" class="button secondary" data-icon="laptop-code">Developer Edition</a>

**Evaluating for your organisation?**

Request an Enterprise Edition trial and get a Pentaho AE alongside you.

<a href="https://academy.pentaho.com/getting-started/start-here/enterprise-trial" class="button secondary" data-icon="building">Enterprise trial</a>
{% endstep %}
{% endstepper %}

***

## If something goes wrong

{% hint style="warning" icon="life-ring" %}

<details>

<summary>The lab won't load, or the tab is blank</summary>

Provisioning usually takes under a minute. If the tab is still blank after three minutes, close it and launch again — you'll get a fresh environment. Corporate networks that block WebSocket traffic can prevent the lab from connecting; if you're on a VPN, try without it.

</details>

<details>

<summary>My session ended and I lost my work</summary>

The environment is torn down at the end of the session and can't be recovered. Launch a new session to start again. If you're going to be doing more than a couple of hours of work, use the [Developer Edition route](https://academy.pentaho.com/getting-started/start-here/developer-edition) instead, where everything stays on your own machine.

</details>

<details>

<summary>I can't find the Pentaho Server or Pipeline Designer</summary>

They aren't in this lab — it runs the PDI design client only. Both are available in the [Enterprise Edition trial](https://academy.pentaho.com/getting-started/start-here/enterprise-trial).

</details>
{% endhint %}

{% hint style="warning" icon="life-ring" %}
**Need help?**

Press <kbd>Ctrl</kbd> + <kbd>K</kbd> and click **Ask** to search every page on this site, or email <REPLACE-ME@pentaho.com>.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask about this step...</button>
{% endhint %}

<p align="center"><a href="https://academy.pentaho.com/getting-started" class="button secondary" data-icon="arrow-left">Back to all three options</a></p>


---

# 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://academy.pentaho.com/getting-started/start-here/evaluate-online.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.
