> For the complete documentation index, see [llms.txt](https://battlero.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://battlero.gitbook.io/introduction/getting-started.md).

# Getting Started

- [Welcome to our server!](https://battlero.gitbook.io/introduction/getting-started/quickstart.md): Things that you need to know on our server.
- [Download Link](https://battlero.gitbook.io/introduction/getting-started/download-link.md)
- [Server Mechanics Explained](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs.md): Some of the features are not listed yet. If there's anything that we missed please do contact us on Discord.
- [Swap Switch System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/swap-switch-system.md)
- [Kiel Card & Expert Ring](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/kiel-card-and-expert-ring.md): To maintain our servers balance throughout each jobs we enabled our Kiel Card & Expert Ring Combo
- [Job Costume](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/job-costume.md): Allows you to disguise yourself as a second, third, third job alternative or a fourth job sprites.
- [Costume System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/costume-system.md): Allows you to disguise your headgears by using a Costume Item you can obtain Costumes by getting Random Eggs on our server.
- [Shadow Refine System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/shadow-refine-system.md)
- [Enhanced Rental Items System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/enhanced-rental-items-system.md)
- [Random Egg System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/random-egg-system.md)
- [Tile Map System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/tile-map-system.md)
- [Lite Graphic Plugin System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/lite-graphic-plugin-system.md): A Plugin System from Gepard Shield 3.0 by Functor
- [Rental Stickers System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/rental-stickers-system.md): A system that allows you to invoke custom emoticon that you have on your inventory.
- [Daily Quest System](https://battlero.gitbook.io/introduction/getting-started/publish-your-docs/daily-quest-system.md): Daily Quest is made for those players who only wants to farm instead. Rewards will vary if the monsters are more difficult to kill.
- [Custom In-game Commands](https://battlero.gitbook.io/introduction/getting-started/custom-in-game-commands.md)
- [Battle Information System](https://battlero.gitbook.io/introduction/getting-started/custom-in-game-commands/battle-information-system.md)
- [Packet Filter System](https://battlero.gitbook.io/introduction/getting-started/custom-in-game-commands/packet-filter-system.md)
- [Mob Aura System](https://battlero.gitbook.io/introduction/getting-started/custom-in-game-commands/mob-aura-system.md)
- [Show Party Buffs System](https://battlero.gitbook.io/introduction/getting-started/custom-in-game-commands/show-party-buffs-system.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://battlero.gitbook.io/introduction/getting-started.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.
