# 9 👨‍🎓 Understand OpenCat.h

## 🔬It will make another textbook.&#x20;

The controlling framework behind Nybble is OpenCat, which I've been developing for a while. You can read more stories from my [posts](https://www.hackster.io/petoi/opencat-845129) on Hackster.io.

![](/files/-M-40wqGNG8R6cfqcf0a)

It's too much work for now 🤷🏻‍♂️ but you are welcome to discuss it with me on the forum or through email. Good thing is, I will keep the code compatible with future OpenCat models, and even [your own DIY robots](https://www.petoi.com/forum/showcase)! Hopefully, the documentation will be completed during the processes.&#x20;

![](/files/-LzvAzCUfoN2lDr77qlQ)


---

# 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.petoi.com/chapter9.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.
