# Generic

The following categories are available under Generic Actions:

<table data-full-width="true"><thead><tr><th width="271">Generic Operations</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/ZncVnKxcNqgVX7MFrz7Q">String Operations</a></td><td>A String represents a sequence of characters used to store and manage text. It can include a combination of letters, numbers, symbols, and spaces.</td></tr><tr><td><a href="/pages/x3akIoVQ9BemoHPiQjiG">Interrupt Operations</a></td><td>The Halt Action pauses or stops the execution of a Test step at a specified point. It provides precise control over the script flow.</td></tr><tr><td><a href="/pages/4hjBP7MgLKW9rzdZ94ca">Date Operations</a></td><td>Date Actions manage date and time functions in a Test step, enabling retrieval, formatting, and date calculations.</td></tr><tr><td><a href="/pages/LANlBeI0NYWFlHHhn8L2">Database Operations</a></td><td>Database Operations performs various actions on database like verifying data, exporting data from database and running query.</td></tr><tr><td><a href="/pages/KmVntzABXtbE7yDuCuoj">Mathematical Operations</a></td><td>Mathematical Operations perform arithmetic calculations in a Test step, processing numeric data for computations with values or variables in the script.</td></tr><tr><td><a href="/pages/pikNC6Zqdsh3bTe377qw">File and Folder Operations</a></td><td>File and Folder Actions automate file system tasks like creating, deleting, reading, or modifying files.</td></tr><tr><td><a href="/pages/Z4rOKIuLX3SLsWz8f0F4">Variable Operations</a></td><td>Variable Actions define and manage variables within a Test step. They allow for storing and manipulating dynamic values.</td></tr><tr><td><a href="/pages/At34QWdevKFwIjbrriFw">Loops and Condition Operations</a></td><td>Loops and Conditions Actions enable repeated execution and conditional logic within a Test step. </td></tr><tr><td><a href="/pages/UKhq9c1vMJ21KAPZiQsj">Skip Operations</a></td><td>Skip Actions let test steps bypass parts under certain conditions, optimizing execution by avoiding unnecessary steps.</td></tr><tr><td><a href="/pages/XOk43f54O5IdHjmtVaEa">XML and Json Operations</a></td><td>XML and JSON Actions simplify structured data handling, aiding data exchange and integration.</td></tr><tr><td><a href="/pages/wiCF69vDIeZv4fycVixi">Other Operations</a></td><td>Other Actions include additional functions not covered under predefined categories.</td></tr><tr><td><a href="/pages/sboUjgxNdUOBe5Tv6MC0">Orchestration Operations</a></td><td>Orchestration Actions in Avo Assure execute test scripts from external platforms like Selenium, Safal, Karate, and Cucumber, and generate unified execution reports.</td></tr></tbody></table>


---

# 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.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.
