# Events

```
Events.BUILD_PRIO
Events.COMMAND
Events.CREATE_FOUNDATION_CART
Events.CRUSH_BUILDING
Events.DRAG_BUILDING
Events.FIRST_TICK_OF_NEW_GAME
Events.FIRST_TICK_OF_NEW_OR_LOADED_GAME
Events.FIVE_TICKS
Events.GOODARRIVE
Events.MAGIC_SPELL_CAST
Events.MENUCLICK
Events.PRODUCTION
Events.SETTLER_CHANGE_TYPE
Events.SHOW_WORK_AREA
Events.SPACE
Events.TICK
Events.VICTORY_CONDITION_CHECK
Events.WARRIOR_SENT
Events.WORK_AREA
Events.WORK_STATUS
Events.ZOOM_FACTOR_CHANGED
```


---

# 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.settlers-united.com/s4-lua-api-de/api-enums/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.
