> For the complete documentation index, see [llms.txt](https://doc.bitbrowser.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.bitbrowser.net/cloud-phone/rpa-guide/guide-graphic/rpa-task.md).

# RPA Task

**New Task**

RPA  →  Phone Profiles → Click  New Task

<figure><img src="/files/GvjGcULqfo3RV9bFKuWl" alt=""><figcaption></figcaption></figure>

Click **New Task** to enter the task creation page, then fill in and configure relevant information step by step as required.

<figure><img src="/files/ra8Nmhaah6ons2ZA50Vw" alt=""><figcaption></figcaption></figure>

Execution Time: The start time of the task must be later than the current system time.

Phone Profile: After completing the basic information configuration, select the cloud phone device profile for task execution.

When selecting a phone profile, you must choose the same billing type uniformly: **Time-Based Billing** or **Plan-Based Billing**.

You can switch billing categories in the upper-right corner of the page, or use advanced search to quickly filter and match the required phone profile.

<figure><img src="/files/AMPU649pjHMuHkMN8ikJ" alt=""><figcaption></figcaption></figure>

Successfully created RPA tasks will be automatically displayed in the **Task Management** list and start executing automatically at the scheduled time.

When the scheduled time arrives, RPA tasks will run silently in the background without opening the  phone profile. You can directly check the execution progress and results via the task status.

<figure><img src="/files/uGfwVxfqBnqxopP761Pj" alt=""><figcaption></figcaption></figure>

Click the **Log** icon to view task logs. To check the execution details of each task node, click **View Details**.

<figure><img src="/files/ZknLBhV3xNVWQc2VKTIt" alt=""><figcaption></figcaption></figure>


---

# 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://doc.bitbrowser.net/cloud-phone/rpa-guide/guide-graphic/rpa-task.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.
