# RPA Usage Guide

**RPA Basic Operation Process - Video:**

{% embed url="<https://www.youtube.com/watch?v=I3qiKpcwpSU>" %}

Video Appendix PPT: <https://downsoft.bitbrowser.cn/video/BitBrowser-RPA-EN.pdf>

RPA supports variables. The ID of the current window can be obtained through js block, const browserId = automaRefData('variables', 'browserId')

**Automa Script Production - Related Resources:**&#x20;

Automa Official Tutorial: <https://www.automa.site/tutorials>

YouTube Channel(English): <https://www.youtube.com/playlist?list=PLmSJMKhVjzF6-am-XnI7cYinmVA8Klbvl>

YouTube Channel(Chinese): <https://www.youtube.com/playlist?list=PLlcH26KGVLuJbr4IoFVja0N_3i93i59Q->

BiliBili Channel: <https://space.bilibili.com/174931935/channel/collectiondetail?sid=195463>


---

# 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://doc.bitbrowser.net/rpa/rpa-usage-guide.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.
