# Overview

This workshop aims to provide an overview of computing fundamentals and emerging tech topics. It covers programming, data handling, databases, and emerging ICT trends, equipping participants with essential tech skills.

The labs provided can be completed in your preferred programming language. However, some guides are specifically written in <kbd>C#</kbd> and <kbd>.Net</kbd>.

<table><thead><tr><th width="165">Language</th><th>Link to Setup Guide</th></tr></thead><tbody><tr><td>Java</td><td><a href="https://code.visualstudio.com/docs/languages/java">https://code.visualstudio.com/docs/languages/java</a></td></tr><tr><td>C++</td><td><a href="https://code.visualstudio.com/docs/languages/cpp">https://code.visualstudio.com/docs/languages/cpp</a></td></tr><tr><td>.Net</td><td><a href="https://code.visualstudio.com/docs/languages/dotnet">https://code.visualstudio.com/docs/languages/dotnet</a></td></tr><tr><td>Python</td><td><a href="https://code.visualstudio.com/docs/languages/python">https://code.visualstudio.com/docs/languages/python</a></td></tr></tbody></table>

{% hint style="success" %}

### Let's get started!

The labs begin on the next page.
{% 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://notes.thecloudspark.com/ict-essentials/overview.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.
