# War Commands

#### Declaration

* `/t war book` generate a [war book](/war-and-combat/war-overview.md#declaring-wars) to be completed to create a declaration of war. Costs [mobilisation](/war-and-combat/war-overview.md#mobilisation) to create.&#x20;
* `/t war declare` declares a war based on information from the held war book.&#x20;

#### Information

* `/t war event` provide information for any currently running [war events](/war-and-combat/war-overview.md#events).&#x20;
* `/t war info [War Name]` gives information for the specified war.&#x20;
* `/t war participants [War Name]` list all participating towns in a given war.

#### Alliance

* `/t war callally [Ally Name] [War Name]` requests that the [ally](/war-and-combat/war-overview.md#allies-and-calls-to-arms) joins your war.
* `/t war acceptcall [War Name]` accept an invite to join the war.

#### Mercenary

* `/t war addmercenary [War Name] [Player Name]` requests that a player join the specified war as a [mercenary](/war-and-combat/war-overview.md#mercenaries).&#x20;
* `/t war removemercenary [War Name] [Player Name]` removes the listed player as a [mercenary ](/war-and-combat/war-overview.md#mercenaries)for your side.&#x20;
* `/t war acceptinvite [War Name]` accept an invite to join the war as a [mercenary](/war-and-combat/war-overview.md#mercenaries).&#x20;

#### War Camps

* `/t warcamp create` create a [war camp](/war-and-combat/war-overview.md#war-camps) at your location.
* `/t warcamp tp` teleport to your [war camp](/war-and-combat/war-overview.md#war-camps), if available.&#x20;

#### Surrender

* `/t war surrender [War Name]` surrender the given war.


---

# 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://info.unitedlands.net/war-and-combat/war-overview/war-commands.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.
