> 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/flow-designer/data-retrieval.md).

# Data Retrieval

Get Attribute

The text content obtained through element query conditions will be saved into the selected variable.

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

HTTP Request

After sending a URL API request, the response data returned by the interface can be automatically stored in the specified variable for subsequent invocation.

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

Read Email

After configuring the mailbox login parameters, you can filter specified emails based on preset sender information and email titles.\
It then matches email content via custom extraction rules, and finally automatically stores the parsed results into variables for invocation in subsequent processes.

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

Text Extraction

Store the extracted text into a variable.

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

Write Text

Write the specified text content into the variable.

<figure><img src="/files/ElIYIeZ1D1zyNS6tTpGS" 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/flow-designer/data-retrieval.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.
