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

# ADDITIONAL FEATURE

- [List All Features](https://lokagamers.gitbook.io/rowiki/additional-feature/list-all-features.md): Overview of custom systems, convenience tools, and gameplay features
- [Newbie Package](https://lokagamers.gitbook.io/rowiki/additional-feature/newbie-package.md): This channel provides information about the starter rewards available for players who create a new character.
- [Guild Appreciation](https://lokagamers.gitbook.io/rowiki/additional-feature/guild-appreciation.md): Build your guild, invite your friends, and earn exclusive rewards together through the Guild Appreciation Program!
- [Daily Login](https://lokagamers.gitbook.io/rowiki/additional-feature/daily-login.md)
- [Charity System](https://lokagamers.gitbook.io/rowiki/additional-feature/charity-system.md): Donation tiers, active buffs, and the shared charity pool event
- [NPC Custom](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom.md): Overview of custom NPC segments and linked crafting references
- [Material Exchanger](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/material-exchanger.md): Loka Key, Catalysts, and mining crafting reference
- [Ore Exchanger](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/ore-exchanger.md): Ore Exchanger craft list and published ore upgrade options
- [Card Trader](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/card-trader.md): Reference page for Card Trader location, 5-card exchange rules, and future update notes
- [Personal Trainer](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/personal-trainer.md): Reference page for Personal Trainer location, weight limit upgrades, Gym Pass requirements, and future update notes
- [Black Set Crafter](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/black-set-crafter.md): Black set overview for Blitty and the published Loka Black equipment list
- [Falconer Set Crafter](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/falconer-set-crafter.md): Falconer set overview for Hawke and the published Loka Falconer equipment list
- [Activity Shop](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/activity-shop.md): Daily Shop item list for who want to exchange Activity Tickets
- [Hourly Shop](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/hourly-shop.md): Hourly Shop item list for Flory and the published Hourly Point exchange options
- [PVP Shop](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/pvp-shop.md): PVP Shop item list for Asuni and the published PVP Coin exchange options
- [MiniBoss Shop](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/miniboss-shop.md): MiniBoss Shop item list for Shina and the published Mini Boss Coin exchange options
- [MVP Shop](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/mvp-shop.md): MVP Shop item list for Kirino and the published MVP Coin exchange options
- [Stylist](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/stylist.md): Published appearance options for Stylish and linked update notes
- [The Memory Eater NPC (Reset Stat)](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/the-memory-eater-npc-reset-stat.md): This Npc provide resetting stat


---

# 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://lokagamers.gitbook.io/rowiki/additional-feature.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.
