# Other Operations

Other Actions in Avo Assure enable you to perform additional utility based operations during test execution. These actions help you verify object, work with clipboard data, send function keys, check null values, and retrieve key status. By using Other Actions, you extend automation capabilities beyond element interactions and handle system level or supportive operations that enhance overall test coverage.

Here are the categories under Other Actions:

| **Actions**                                                                                            | **Description**                                                                                            |
| ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
| [Verify Objects](/avo-assure/actions/generic/other-operations/verify-objects.md)                       | The **Verify Objects** Action verifies whether the specified two XML blocks are same or not.               |
| [Save to Clipboard](/avo-assure/actions/generic/other-operations/save-to-clipboard.md)                 | The **Save to Clipboard** Action saves the provided value into the system clipboard.                       |
| [Get from Clipboard](/avo-assure/actions/generic/other-operations/get-from-clipboard.md)               | The **Get from Clipboard** Action retrieves the data stored in the system clipboard.                       |
| [Send Function Keys](/avo-assure/actions/generic/other-operations/send-function-keys.md)               | The **Send Function Keys** Action sends function key inputs (such as F1, F2, etc.) to the application.     |
| [Null Check](/avo-assure/actions/generic/other-operations/null-check.md)                               | The **Null Check** Action verifies whether the provided value is null or empty.                            |
| [Get Key Status](/avo-assure/actions/generic/other-operations/get-key-status.md)                       | The **Get Key Status** Action retrieves the current status of a specified keyboard key.                    |
| [Send Secure Function Keys](/avo-assure/actions/generic/other-operations/send-secure-function-keys.md) | The **Send Secure Function Keys** Action sends encrypted or secure function key inputs to the application. |


---

# 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/generic/other-operations.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.
