> For the complete documentation index, see [llms.txt](https://docs.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/getting-started-guide.md).

# Getting Started Guide

Hi, thanks for getting a Petoi robot.

If you have a construction kit, you can follow the following instructions to build it.

* [Bittle](https://bittle.petoi.com/1-tools-and-preparation)
* [Bittle X](https://bittle-x.petoi.com/1-preparation)
* [Nybble](https://nybble.petoi.com/chapter1)

### After you’ve assembled a Petoi robot or have bought a pre-assembled version, the following steps are recommended:

1. [Play with mobile app](https://docs.petoi.com/mobile-app/controller)
   * Play with the default actions
   * Play with simple joint control
   * Add [more commands](https://docs.petoi.com/mobile-app/controller#available-commands-to-be-added) to the controller panel
   * Play with group commands
2. [Play with voice commands](https://docs.petoi.com/extensible-modules/voice-command-module#play-with-the-voice-commands)(for Bittle X or any robot with the voice command module)
   * If the robot doesn’t respond to your voice commands,  please see [the troubleshooting guide](https://docs.petoi.com/extensible-modules/voice-command-module#how-to-debug-if-the-voice-command-doesnt-work).
3. Do some coding
   * Follow [Petoi Coding Blocks curriculum](https://www.petoi.com/pages/free-quadruped-robotics-curriculum-scratch-coding) to [program some Petoi robotics moves](https://www.youtube.com/playlist?list=PLHMFXft_rV6POrzm8O12Nybdy1-FS1ymg)
   * [Visually design](https://www.youtube.com/playlist?list=PLHMFXft_rV6MTs8HMxSOvRAQektoXtaMG) some new robotics skills with [Petoi Skill Composer](https://docs.petoi.com/desktop-app/skill-composer)&#x20;
   * Follow [C++ curriculum](https://www.petoi.com/pages/free-cplusplus-quadruped-robotics-curriculum) to code some Petoi robotics moves in C++

{% hint style="info" %}
Note that all the tutorials work on Bittle/Bittle X robot dogs and Nybble robot cat even though we use one particular robot pet as an example.
{% endhint %}

### FAQ

**Question:** I am confused by the product packaging and unsure if you sent me the right robot.

**Answer:** We reuse the packaging for Bittle and BIttle X.  If you order a Bittle but receive a package with “**Bittle X**” marking, or vice versa,  you can check the text label with the barcode.  That text identifies what’s inside the packaging.

Check [other FAQs](https://www.petoi.com/pages/faq) on our official website or [those](https://docs.petoi.com/technical-support/faq-frequently-asked-questions) in the Petoi Doc Center.<br>


---

# 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://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/getting-started-guide.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.
