# Welcome

{% hint style="info" %}
**Important Tip:** Even if reading docs is taking it's time, it is very important to understand how to use the programm. So, read the whole docs, because we don't want you to blind copy every single piece, no we want to teach you how to do certain things.
{% endhint %}

## Overview

Here is a small overview over spiky.js:

> Spiky.js is a npm package you can use to generate python code to run on the Lego® Spike Prime Robot. With this package it is possible to code JavaScript, our all loved beauty, on the Spike Robot.

{% hint style="warning" %}
**This package is not an official Lego**® **Education package**, we don't interact with Lego® in any way!
{% endhint %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/SS2jPpO2Ro4ldyQY22p3" %}
[Getting set up](/spiyk.js/start-coding/getting-set-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/QLBWPI1myw823cQj0Kcx" %}
[What do you need](/spiyk.js/start-coding/getting-set-up/what-do-you-need.md)
{% endcontent-ref %}


---

# 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://leontm-systems.gitbook.io/spiyk.js/welcome.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.
