> For the complete documentation index, see [llms.txt](https://docs.appstrategy.com/apprules-r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/actions/action-categories/actions-utility-automation.md).

# Actions-Utility-Automation

The Utility-Automation actions category includes the following modules and types:

<table><thead><tr><th width="153.33333333333331">Module</th><th width="206">Type</th><th>Description</th></tr></thead><tbody><tr><td>Maintenance</td><td>PurgeLogEntries</td><td>The PurgeLogEntries activity is used for purging log entries from the project database</td></tr><tr><td></td><td>RefreshDataSource</td><td>This activity refreshes the metadata for a data source</td></tr><tr><td></td><td>RemoveDataSource</td><td>This activity removes the metadata for a data source</td></tr><tr><td></td><td>UnlockProjectRecords</td><td>This activity unlocks project records</td></tr><tr><td>Services</td><td>RunPowerShellScript</td><td>The RunPowerShellScript activity runs a PowerShell script</td></tr><tr><td></td><td>RunSSISPackage</td><td>The RunSSISPackage activity runs an SSIS package</td></tr><tr><td></td><td>StartService</td><td>The StartService activity starts a service on a server</td></tr><tr><td></td><td>StopService</td><td>The StopService activity stops a service running on a server</td></tr></tbody></table>


---

# 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.appstrategy.com/apprules-r-documentation/platform/platform-features/actions/action-categories/actions-utility-automation.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.
