> For the complete documentation index, see [llms.txt](https://nybble.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nybble.petoi.com/master.md).

# Nybble User Manual 😼

## Getting started

To keep these instructions simple to use, I’m focusing on the assembly rather than an in-depth explanation.&#x20;

If you have specific questions on “why” rather than “how”, please post on our [Petoi robot forum](https://www.petoi.com/forum) at or write to <info@petoi.com>.

![](/files/-LzqLLxy8Dl8E3aP-Duy)

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**. Share your build with us by tagging **#nybble #petoi #opencat** so we can repost it for you!&#x20;

{% hint style="info" %}
Last Updated: 07/24/2022
{% endhint %}


---

# 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:

```
GET https://nybble.petoi.com/master.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.
