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

# Custom Features

- [Job Suit](https://ro0-4.gitbook.io/godro/custom-features/job-suit.md)
- [Endless Tower](https://ro0-4.gitbook.io/godro/custom-features/endless-tower.md)
- [Mount System](https://ro0-4.gitbook.io/godro/custom-features/mount-system.md)
- [Traveling Merchant](https://ro0-4.gitbook.io/godro/custom-features/traveling-merchant.md)
- [Town Funding](https://ro0-4.gitbook.io/godro/custom-features/town-funding.md)
- [Treasure Room](https://ro0-4.gitbook.io/godro/custom-features/treasure-room.md)
- [Treasure Room KoE](https://ro0-4.gitbook.io/godro/custom-features/treasure-room-koe.md)
- [Rotating PK Map](https://ro0-4.gitbook.io/godro/custom-features/rotating-pk-map.md)
- [Costume Weapon Crafter](https://ro0-4.gitbook.io/godro/custom-features/costume-weapon-crafter.md)
- [Heroes' Offering](https://ro0-4.gitbook.io/godro/custom-features/heroes-offering.md)
- [TGOD Attendant](https://ro0-4.gitbook.io/godro/custom-features/tgod-attendant.md)
- [Elixir of Immunity](https://ro0-4.gitbook.io/godro/custom-features/elixir-of-immunity.md)
- [Gender Bender](https://ro0-4.gitbook.io/godro/custom-features/gender-bender.md)
- [Card Recycle](https://ro0-4.gitbook.io/godro/custom-features/card-recycle.md)
- [Card Unlock System](https://ro0-4.gitbook.io/godro/custom-features/card-unlock-system.md)
- [Card Unlock Cloning](https://ro0-4.gitbook.io/godro/custom-features/card-unlock-system/card-unlock-cloning.md)
- [GOD's Rental Shop](https://ro0-4.gitbook.io/godro/custom-features/gods-rental-shop.md)
- [Player Ranking Bonus](https://ro0-4.gitbook.io/godro/custom-features/player-ranking-bonus.md)
- [Guild Donation](https://ro0-4.gitbook.io/godro/custom-features/guild-donation.md)
- [Warper NPC](https://ro0-4.gitbook.io/godro/custom-features/warper-npc.md)
- [Job Change / Platinum Quest](https://ro0-4.gitbook.io/godro/custom-features/job-change-platinum-quest.md)
- [Mentor System](https://ro0-4.gitbook.io/godro/custom-features/mentor-system.md)
- [Hourly Point System](https://ro0-4.gitbook.io/godro/custom-features/hourly-point-system.md)
- [Daily Quest](https://ro0-4.gitbook.io/godro/custom-features/daily-quest.md)
- [Tree of Life](https://ro0-4.gitbook.io/godro/custom-features/tree-of-life.md)
- [Enchant Costume](https://ro0-4.gitbook.io/godro/custom-features/enchant-costume.md)
- [Outlaw System](https://ro0-4.gitbook.io/godro/custom-features/outlaw-system.md)
- [Blessing of the Goddess](https://ro0-4.gitbook.io/godro/custom-features/blessing-of-the-goddess.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://ro0-4.gitbook.io/godro/custom-features.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.
