# Hash File

This activity hashes the content of a file using a specified algorithm.

### Input

* **File Path:** [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#string) <mark style="color:red;">`Required`</mark>\
  Specifies the full path of the file that is to be hashed.
* **Hash Algorithm:**\
  Select the algorithm for hashing the file provided as input. The available algorithms are:
  * `Md5`
  * `Sha256`
  * `Blake3`

### Output

* **Result:** [`String Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/activity-variables)\
  Stores the hashed text in the specified String variable.


---

# 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.visualyze.ai/rpa-studio/data/cryptography/hash-file.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.
