# Bittle X V2

**Bittle X V2** 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="/files/8TL9MEKJq9zfKvGbPhpm" alt=""><figcaption></figcaption></figure>

The small but mighty robot 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** to perform skills you create. The voice command can be any sound, so it is not necessary to be mapped to any spoken language.&#x20;
* Support  **Petoi** **Coding Blocks and Petoi Web 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 V1, a high-performance **ESP32** development board supporting additional modules for robotics/AI/IoT applications.
* Support feedback servos for easy robotics skill creations
* Built-in gyroscope and back touch sensor for intuitive human-robot interactions.

If you have questions about “why” rather than “how”, please post on [our forum](https://www.petoi.camp/) or [contact us](https://www.petoi.com/pages/contact-us).

{% 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 Coding Robot Shop](https://www.petoi.com/store).

Our social media (Instagram/Twitter/Facebook/GitHub) account is **@PetoiCamp**.&#x20;

Share your build by tagging **#bittle\_x #petoi #opencat** so that we can repost it for you!&#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://guide.petoi.com/product/bittle-x-v2.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.
