> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/generic/other-operations.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/generic/other-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
