# Bittle X User Manual 🐶

## Getting Started

Bittle X is an open-source, voice-controlled robot dog. It's a new breed of robotics dog for everyone to learn and play with.

<figure><img src="https://97989498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRDa6shv5zOBEn468KU3%2Fuploads%2FKMtaMMfz0Vt3FDQUi48M%2Fbittle%20x%20features%2020240316.jpg?alt=media&#x26;token=c4633146-d251-4e32-aa14-38d77d40dec6" alt=""><figcaption></figcaption></figure>

The small but mighty Bittle X has these amazing features:

* Respond to voice commands, performing over **35 predefined actions** such as sit, push-up, and backflip with high-performance, lifelike movements. You can switch between English and Chinese using simple voice commands.&#x20;
* Can be programmed with **10 more customized voice commands** performing skills you create. The voice command can be any sound, so it's **free from languages**.&#x20;
* Support  **Petoi** **Coding Blocks(block-based Scratch-like), C++, and Python**.
* **Free** [C++](https://www.petoi.com/pages/free-cplusplus-quadruped-robotics-curriculum) and [Petoi Coding Blocks](https://www.petoi.com/pages/free-quadruped-robotics-curriculum-scratch-coding)(block-based Scratch-like) **curriculums**.
* Equipped with BiBoard, a high-performance **ESP32** development board supporting additional modules for robotics/AI/IoT applications.

Please start your BIttle X journey with [the getting started guide](https://docs.petoi.com/getting-started-guide).

[Bittle X V2 + Arm](https://bittle-x.petoi.com/7-robot-arm)

<figure><img src="https://97989498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRDa6shv5zOBEn468KU3%2Fuploads%2FGwqD4OjS3lHeQZoLThtH%2Fimage.png?alt=media&#x26;token=c678ecf8-b4e5-4741-b6b6-f6c11efe52f1" alt=""><figcaption></figcaption></figure>

* It's an extension of Bittle X V2.  So you can follow the instructions for Bittle X V2 pre-assembled version first to the general operation of the robot dog.  Then follow [the robotic arm guide](https://bittle-x.petoi.com/7-robot-arm) for the gripper operation.

If you have specific questions on “why” rather than “how”, please post on our forum at <https://www.petoi.com/forum> or write to <support@petoi.com>.

{% hint style="info" %}
There are some [supporting applications and software](https://docs.petoi.com/technical-support/supporting-application-and-software) and [FAQ](https://docs.petoi.com/technical-support/faq-frequently-asked-questions) for your reference.
{% endhint %}

You can support us by shopping at [Petoi open source robot shop](https://www.petoi.com/store). Our social media (Instagram/Twitter/Facebook/GitHub) account is **@PetoiCamp**. Share your build by tagging **#bittle #petoi #opencat** so that we can repost it for you!&#x20;

{% hint style="info" %}
Last Updated: 06/29/2023
{% endhint %}


---

# 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://bittle-x.petoi.com/bittle-x-user-manual.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.
