# API Documents

- [JavaScript Events](https://www.robotmon.app/jiao-ben-jiao-xue/api-documents/javascript-events.md): Listen Android UI Events
- [JavaScript Interface](https://www.robotmon.app/jiao-ben-jiao-xue/api-documents/javascript-interface.md): Link UI and Android App and service
- [JavaScript Raw APIs](https://www.robotmon.app/jiao-ben-jiao-xue/api-documents/javascript-raw-apis.md): Low level APIs for controlling your android phone
- [RBM library APIs](https://www.robotmon.app/jiao-ben-jiao-xue/api-documents/rbm-library-apis.md): High level API for controlling your android phone
- [gRPC APIs](https://www.robotmon.app/jiao-ben-jiao-xue/api-documents/grpc-apis.md): Link with Robotmon Service


---

# 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://www.robotmon.app/jiao-ben-jiao-xue/api-documents.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.
