# Send secure function keys

This is pre-built action in Avo Assure and comes for **Captured Textbox Element** from **Desktop Application**. The functionality of the Avo Assure is to accept an encrypted text and send the individual keystrokes to the application’s element specified in the input.

### **Syntax**

**Input Value:** `<encrypted input>`&#x20;

| Argument                                | Description                                            |
| --------------------------------------- | ------------------------------------------------------ |
| <p>\<encrypted input><br>(Required)</p> | Specify the encrypted text generated using Avo Assure. |

 **Output Value:**

| Argument                                                    | Description                                              |
| ----------------------------------------------------------- | -------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This variable stores the status as **true** or **false** |

{% hint style="warning" %}
***Note:** To provide encrypted text as input to the **Send Secure Function Keys** Action, the user should encrypt the required text using “**AES Encryption**” from the tool encryption utilities.*

*To navigate Encryption feature in Avo Assure then click* [*Learn more*](/avo-assure/utilities/encryption.md)&#x20;
{% endhint %}

**Example**&#x20;

**Sends secure function key input to the application using encrypted text**

The **Send Secure Function Keys** action takes the value from the Input Value column (e.g., Encrypted string - **CqIV+/BqoopwuD9O82Ixfg==**) is securely sent to the application as a function key input. For example, on a login page, you can use this encrypted password generated by **Avo Assure** for secure login.

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


---

# 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.avoautomation.com/avo-assure/actions/desktop/textbox/send-secure-function-keys.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.
