> For the complete documentation index, see [llms.txt](https://wiki.majestumkingdoms.nl/majestum-kingdoms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.majestumkingdoms.nl/majestum-kingdoms/how-to-guides/wars/hoe-win-ik-een-war.md).

# Hoe win ik een war?

Als aanvaller moet je het capture point in het fort van de war veroveren door erop te gaan staan. Elke speler die op het capture point staat is 1 punt per seconde waard. Voor de aanvallers worden deze punten opgeteld bij het totaal, voor de verdedigers worden deze afgetrokken (het totaal kan niet onder 0 gaan). Bij aanvang van de war start het totaal op 0. Het capture point is volledig veroverd als het totaal op 1.000 staat. Wanneer de aanvallers het capture point binnen 30 minuten overnemen, winnen zij de war.

Als verdediger moet je er voor zorgen dat de aanvallers niet binnen 30 minuten 1.000 punten hebben. Dit kan je doen door ze van het capture point af te houden en door er zelf op te gaan staan.

Meer informatie over wars is te vinden op onze [war page](/majestum-kingdoms/algemene-mechanics/alliances-and-wars/war-systeem.md).


---

# 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://wiki.majestumkingdoms.nl/majestum-kingdoms/how-to-guides/wars/hoe-win-ik-een-war.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.
