# Nybble Q User Manual

## Getting Started

Nybble Q is an open-source, voice-controlled robotic cat. It's a new breed of robotic cat that everyone can learn and play with.

<figure><img src="https://4152962840-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FriClBzZNrxwtp1INhQq1%2Fuploads%2F1wnjY4Chs3oSK1DAC9Bm%2F%E6%99%AE%E9%80%9A%E7%9C%BC%E7%9D%9B%E8%83%8C%E6%99%AF%E6%9B%B4%E4%BA%AE%E6%8A%A0%E5%9B%BE.png?alt=media&#x26;token=4145143c-baee-40c4-a91e-9e3c8d3d90d5" alt=""><figcaption></figcaption></figure>

The small but mighty Nybble Q has these fantastic features:

* Respond to voice commands, performing over **35 predefined actions** such as sit, push-up, and wash-face with high-performance, lifelike movements. You can switch between English and Chinese using simple voice commands.
* It can be programmed with **ten more customized voice commands** performing skills you create. The voice command can be any sound, so it's **free from languages**.
* 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 V1, a high-performance **ESP32** development board supporting additional modules for robotics/AI/IoT applications.

If you have questions about ***why*** or ***how***, please post on our forum at <https://www.petoi.com/forum> or write to <support@petoi.com>.

There are some [supporting applications, software](https://docs.petoi.com/technical-support/supporting-application-and-software), and [FAQs](https://docs.petoi.com/technical-support/faq-frequently-asked-questions) for your reference.

You can support us by shopping at [www.petoi.com/store](https://bittle-x.petoi.com/www.petoi.com/store). Our social media (Instagram/Twitter/Facebook/GitHub) account is **@PetoiCamp**. Share your build by tagging **#nybbleQ #petoi #opencat** so we can repost it for you!

{% hint style="info" %}
Last Updated: 11/12/2024
{% 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://nybble-q.petoi.com/readme.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.
