> For the complete documentation index, see [llms.txt](https://wiki.blocklords.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.blocklords.com/game-mechanics/squads/squad-types/battle-squads/cavalry-squads.md).

# Cavalry Squads

<figure><img src="/files/i1sXGrpB9XD0xrqWafsg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vWGHT88roFhve2Pfddui" alt=""><figcaption></figcaption></figure>

#### In BLOCKLORDS, cavalry units are a crucial component of the game's combat strategy, offering diverse tactical advantages on the battlefield. Each type of cavalry unit – Light Cavalry, Knights, and Horse Archers – brings unique strengths and combat styles.

**1. Light Cavalry**: Known for their agility and speed, Light Cavalry units excel in quick reconnaissance, raiding, and flanking maneuvers. They are equipped with light armor, making them fast but less effective against heavily armored foes. Their primary weapons are light spears or short swords, and they operate best in Skirmish Line formations, benefiting from increased movement speed and charge power.

**2. Knights**: As the elite force on the battlefield, Knights are heavily armored and excel in charge attacks. They wield longswords, spears, or war hammers and are highly effective in breaking enemy lines. Despite their slower movement due to heavy armor, they offer high attack and defense capabilities. Their preferred formation is the Wedge Charge, enhancing their attack power during charges.

**3. Horse Archers**: These units combine the mobility of cavalry with long-range attacks. Skilled in "hit-and-run" tactics, Horse Archers use bows or composite bows to engage enemies from a distance. They are particularly effective at disrupting enemy formations and harassing rear units but can struggle against heavily armored or other ranged units. They operate best in Skirmish Line formations, allowing increased movement speed and shooting range.


---

# 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.blocklords.com/game-mechanics/squads/squad-types/battle-squads/cavalry-squads.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.
