# Introduction

![](http://docs.makeblock.com/codeyrocky/en/tutorials/2018-12-03-18-14-03.png)

## Introduction <a href="#introduction" id="introduction"></a>

Codey Rocky combines the hardware and software, enabling children to learn about the basics of programming through playing and creating. Integrated with over 10 programmable electronic modules, Codey Rocky is fun to play with a few lines of code. You can use mBlock to unleash your imagination and creativity. Programming is as easy as building blocks with mBlock.You can also write Python in mBlock to have your Codey Rocky do more amazing things.

![](http://docs.makeblock.com/codeyrocky/en/tutorials/2018-12-04-11-22-12.png)

**Codey**: robot controller\
**Rocky**: robot chassis

### Use mBlock 5 with Codey Rocky <a href="#use-mblock-5-with-codey-rocky" id="use-mblock-5-with-codey-rocky"></a>

Connect your Codey Rocky to mBlock 5 and make it do all kinds of things as programmed. You can have Codey Rocky display LED animations, play instruments, chase lights, and more.

You can get mBlock 5 on your PC, phones and tablets, or use mBlock 5 in a web browser.

For PC, please visit [here](http://www.mblock.cc/mblock-software/). \
For Android and iOS, please search "mblock" in any application store to download\
For web browser, please visit [here](https://ide.makeblock.com/).&#x20;

***Note:*** *In this document, screenshots are generated from mBlock PC and are for references only. But all projects are available both on PC and mobile devices.*


---

# 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://learn.pakronics.com.au/primary/codey-rocky-ai-robot/tutorials/introduction.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.
