# Action Events

Action events represent explicit requests for OMS to perform an operation.

They are used when a feature or internal component wants OMS to execute controlled behavior.

***

### Core Types

#### OMSActions

`OMSActions` is the base type for action events.

{% @github-files/github-code-block url="<https://github.com/c0nnor263/OperateMyServer/blob/main/oms-api/src/main/kotlin/io/conboi/oms/api/event/OMSActions.kt>" %}

***

#### StopRequestedEvent

`StopRequestedEvent` requests a controlled stop or restart flow.

***

### Notes

* Action events are intent-based
* They do not execute behavior by themselves
* OMS receives them and performs the corresponding operation


---

# 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://conboi.gitbook.io/oms-wiki/developer-guide/core-architecture/events/action-events.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.
