# Programming Languajes

The robot is programmed on three languages. For the part of the brain (Upboard) and application we use Node Js and Python3. For the part of movements(Edison) we use C++.

* Python3
* NodeJs

```
amikoo@uppboard:~$ sudo apt-get update
amikoo@uppboard:~$ sudo apt-get install nodejs
amikoo@uppboard:~$ sudo apt-get install npm
```

* Intel System Studio IoT Edition (C++)
  * Intel® System Studio IoT Edition (which is an Eclipse based IDE) , take a look at this [link](https://software.intel.com/en-us/installing-the-intel-system-studio-iot-edition) to install it on diferente SO.&#x20;


---

# 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://alfredo-reyes-montero.gitbook.io/amikoo/norman/software/lenguajes-de-programacion.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.
