# Common Questions

#### General

<details>

<summary>Where can I get a copy of the 'workshop files' ?</summary>

All the collateral can be found at: \~/Workshop--Data-Integration.

You can also copy/fork the Git repository:

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

```git
gh repo clone jporeilly/Workshop--Data-Integration
```

</details>

<details>

<summary>I cant write to sampledata database?</summary>

For security reasons the privileges from V10 have been removed. You will need to install Docker Desktop and create a MySQL sampledata database container.

[Broken mention](broken://pages/nyuNuY53XaIkQsM4MkZX)

</details>

<details>

<summary>Why do we need Docker &#x26; Docker Compose?</summary>

Its easier to manage some of the required applications - databases, Brokers, etc .. - as Docker containers.

</details>

#### Windows - Linux - MacOS (Self-paced Labs)

<details>

<summary>Where can i download 30-day Pentaho Enterprise Edition?</summary>

An 30-day activation code will be emailed to you:

<https://pentaho.com/download/#download-pentaho>

For BYOL:

<https://pentaho.com/pentaho-ee-onprem/>

</details>

#### Linux (Instructor-led Labs)

<details>

<summary>VM is unresponsive !</summary>

* Refresh the browser session to reconnect.
* Try another browser. The recommended browser: Google Chrome.
* If you're connecting via a Corporate VPN, then this may cause issues. Contact your IT dept to get the URL 'white' listed.

</details>

<details>

<summary>When does the Lab expire ?</summary>

The initial duration is 5 days. You will receive an email asking if you wish to extend your time limit.

</details>

<details>

<summary>Videos aren't loading?</summary>

* Hard refresh your browser. CTRL + F5

</details>

<details>

<summary>Is there sound ?</summary>

Yes .. There's no sound card attched to the Lab, so you'll need to copy and paste the Lab Guide URL in your host machine browser. 😊

</details>


---

# 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/faqs/common-questions.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.
