# Data

- [Element exists](https://docs.hidemium.io/automation-user-manual/data/element-exists.md)
- [Get URL](https://docs.hidemium.io/automation-user-manual/data/get-url.md)
- [Get text](https://docs.hidemium.io/automation-user-manual/data/get-text.md)
- [Get value](https://docs.hidemium.io/automation-user-manual/data/get-value.md)
- [Get attribute value](https://docs.hidemium.io/automation-user-manual/data/get-attribute-value.md)
- [Random](https://docs.hidemium.io/automation-user-manual/data/random.md)
- [File upload](https://docs.hidemium.io/automation-user-manual/data/file-upload.md)
- [File choose event](https://docs.hidemium.io/automation-user-manual/data/file-choose-event.md)
- [Read file](https://docs.hidemium.io/automation-user-manual/data/read-file.md)
- [Write file](https://docs.hidemium.io/automation-user-manual/data/write-file.md)
- [HTTP](https://docs.hidemium.io/automation-user-manual/data/http.md)
- [Set variable](https://docs.hidemium.io/automation-user-manual/data/set-variable.md)
- [Authenticator Code](https://docs.hidemium.io/automation-user-manual/data/authenticator-code.md)
- [Converting JSON](https://docs.hidemium.io/automation-user-manual/data/converting-json.md)
- [Download file](https://docs.hidemium.io/automation-user-manual/data/download-file.md)
- [Extraction In Text](https://docs.hidemium.io/automation-user-manual/data/extraction-in-text.md)
- [Set cookies](https://docs.hidemium.io/automation-user-manual/data/set-cookies.md)
- [Get cookies](https://docs.hidemium.io/automation-user-manual/data/get-cookies.md)
- [Clear cookies](https://docs.hidemium.io/automation-user-manual/data/clear-cookies.md)
- [Image Search](https://docs.hidemium.io/automation-user-manual/data/image-search.md)
- [Set Data](https://docs.hidemium.io/automation-user-manual/data/set-data.md)
- [Get Data](https://docs.hidemium.io/automation-user-manual/data/get-data.md)
- [Spreadsheet](https://docs.hidemium.io/automation-user-manual/data/spreadsheet.md)
- [Spreadsheet V2](https://docs.hidemium.io/automation-user-manual/data/spreadsheet-v2.md)
- [WriteSheet](https://docs.hidemium.io/automation-user-manual/data/writesheet.md)
- [Set user agent](https://docs.hidemium.io/automation-user-manual/data/set-user-agent.md)
- [Delete file](https://docs.hidemium.io/automation-user-manual/data/delete-file.md)
- [IMAP(Read mail)](https://docs.hidemium.io/automation-user-manual/data/imap-read-mail.md): Node này được dùnfg để đọc nội dung các mail được gửi đến mail của bạn.
- [Outlook Mailer (oAuth2)](https://docs.hidemium.io/automation-user-manual/data/outlook-mailer-oauth2.md): Node này dùng để đọc hotmail, và host mail phải có định dạng sau: email|pass|refresh token|client id


---

# 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://docs.hidemium.io/automation-user-manual/data.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.
