# SheTech JS bootcamp

## About the bootcamp

This bootcamp is a two days workshop with the aim of helping women getting to know the world of JavaScript, the most used programming language in the world.

You  will learn the basics of programming and get an introduction to the world of today's Javascript technology. You will build an interactive web interface using Javascript, HTML and CSS.

No prior knowledge of programming languages is required.

## About this Book

This is the documentation for the SheTech JS bootcamp. You can find all the source code in [this repo](https://github.com/shetechitaly/js-bootcamp).


---

# 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://bootcamp.shetechitaly.org/undefined.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.
