> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/common-properties.md).

# Overview

An overview of the activities available in RPA Studio.

### Common Properties

All activities have the following common properties.

* **Activity** *(read-only)*: Shows the name of the activity. This field is read-only and cannot be changed.
* **Delay After** *(Integer Argument)*: Time in milliseconds to wait after this activity has finished execution.
* **Delay Before** *(Integer Argument)*: Time in milliseconds to wait before starting the execution of this activity.
* **Display Name** *(String Argument)*: The activity display name, which describes the specific user-defined action.
* **Log Level**: Sets the log level of the activity. Setting it to "Auto" will force the activity to use global settings.
* **On Error**: Select what to do if an error occurred during the execution of this activity.
  * **Abort**: Abort the execution of the activity and workflow.
  * **Continue**: Ignore the error and continue the execution.

## Activity Categories

{% content-ref url="/pages/-M9282zESaGaIgpM68\_q" %}
[Welcome to Documentation](/readme.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M92HOyidC\_S62K8bnVL" %}
[Workflow](/rpa-studio/user-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9Sn1Vu6QhqE2iLYzkS" %}
[DateTime](/rpa-studio/datetime.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9STG1MvgBPXlP2n81a" %}
[UI Automation](/rpa-studio/automation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9UNXd72tIsJHACwTIq" %}
[Local System](/rpa-studio/local-system.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9NjmKbodx2IOY2i8ss" %}
[Network](/rpa-studio/network.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9D9\_dEUnlzOTEIqx-L" %}
[File](/rpa-studio/file.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9XeXPt2\_cMsGpv41sn" %}
[Collection](/rpa-studio/collection.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M98bbkjvCBpEwjloRz8" %}
[Data](/rpa-studio/data.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M92M4BMYNkvLEqGSHGa" %}
[Application](/rpa-studio/application.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M92MEd3OSWzu\_W594SO" %}
[System](/rpa-studio/system.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M92MInkHRlDPX9MShqm" %}
[Environment](/rpa-studio/environment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9Xe8C1wk\_Ut3\_NIWWX" %}
[Broken mention](broken://pages/-M9Xe8C1wk_Ut3_NIWWX)
{% endcontent-ref %}

{% content-ref url="/pages/-M92LDdzMG5ITGGDx3Mq" %}
[Microsoft Office](/rpa-studio/microsoft-office.md)
{% endcontent-ref %}


---

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

```
GET https://docs.visualyze.ai/rpa-studio/common-properties.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.
