> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/concepts/advanced-concepts/events.md).

# Events

Events in Remote Desktop Manager let you automatically run macros, scripts, or tools before or after a connection opens or closes. Use the four triggers: Before Open, After Open, Before Close, and After Close to standardize pre and post connection tasks.

Typical uses include starting a required helper tool, launching a typing macro, or running a PowerShell script to collect logs or clean up after a session. Events work alongside macros and scripts stored in your vaults for reuse and consistency.

#### Related topics

* [Entry types events settings](https://docs.devolutions.net/rdm/kb/how-to-articles/entry-types-events-settings/)
* [Logs](https://docs.devolutions.net/rdm/commands/window/logs/)
* [Activity logs](https://docs.devolutions.net/rdm/commands/reports/activity-logs/)
* [PowerShell scripting](https://docs.devolutions.net/powershell/rdm-powershell/powershell-scripting/)

#### See also

* [Devolutions Academy - Streamlining Remote Connections with Event Triggers](https://academy.devolutions.net/student/path/1925316/activity/2668000)
* [Devolutions Blog - All Roads Lead to PowerShell](https://blog.devolutions.net/2023/09/all-roads-lead-to-powershell/)


---

# 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.devolutions.net/rdm/concepts/advanced-concepts/events.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.
