> For the complete documentation index, see [llms.txt](https://whitepaper.uldor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.uldor.com/future-plans/faction-battles.md).

# Faction Battles

{% embed url="<https://165588264-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgpTq0OeitzscdK2hvkiL%2Fuploads%2FpdsWp9AhsKFF64SEKzcc%2FFactionGif30.gif?alt=media&token=db804e6c-a18d-4514-8d09-f2deca14cca2>" %}
Faction marching into battle with siege weapons
{% endembed %}

Players can choose to join a faction and participate in large scale PvP battles. Factions compete over territory, which they defend by building and manning sentry posts and patrolling their territory. Players can organize assaults to attack sentry posts held by opposing factions to claim additional territory.

When your faction successfully captures territory, you are able to build up your own defenses with walls, fortifications, and summon NPCs to man them in order to protect your territory from rival factions. You can also help your faction by contributing gear, tokens, or resources (wood, metals, etc.) used for building defenses and siege weapons.

The faction zones are part of the open-world and are the only open PvP area. Players who enter the faction zones may be killed by players of enemy factions, but outside of the faction zones players are free to roam the lands without fear of attack from other players.

The faction zones are a dynamic aspect of the world, with some areas unlocking content for the faction holding it. Once your defenses have reached a certain level, a zone is considered safe to NPCs who may begin to build houses, shops, and other structures. Also, new dungeons and unique quests may be unlocked.


---

# 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://whitepaper.uldor.com/future-plans/faction-battles.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.
