> For the complete documentation index, see [llms.txt](https://learn.pakronics.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.pakronics.com.au/primary/codey-rocky-ai-robot/tutorials/introduction.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.pakronics.com.au/primary/codey-rocky-ai-robot/tutorials/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
