# AI

```
AI.ATTACK_MODE_AGGRESSIVE
AI.ATTACK_MODE_DEFENSIVE
AI.ATTACK_MODE_DONT_ATTACK
AI.ATTACK_MODE_NORMAL
AI.CMD_MOVE_AND_STAY
AI.CMD_MOVE_AND_VANISH
AI.CMD_MOVE_HOME
AI.CMD_SUICIDE_MISSION
AI.DIFFICULTY_LEVEL_EASY
AI.DIFFICULTY_LEVEL_HARD
AI.DIFFICULTY_LEVEL_NORMAL
```


---

# 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/ai.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.
