> For the complete documentation index, see [llms.txt](https://dnccodex.gitbook.io/digimon-new-century-ultra-codex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dnccodex.gitbook.io/digimon-new-century-ultra-codex/readme.md).

# Welcome to Digimon New Century Ultra Codex

This website is dedicated for Digimon New Century players who might be struggling to understand the game which currently still exclusive to Chinese audiences.

All contents in this website are free for all players, but if you want to extract these information to be made into other medium such as YouTube videos, please give us credit where credit is due 😊

This website was made possible by the Bug Century Discord team. Please feel free to join us, you can find the invitation link up there.&#x20;

**Major Credits To The Authors :**

1. **JoeRibut** from **Malaysia**, as the **Translator**, **Graphic Designer** & **PVE Specialist**

* In-Game Username : MrBrightside&#x20;
* Discord Username : Meet Uncle Joe
* YouTube Channel : @joereddington4070

2. **T3MPL4R** from **Indonesia**, as the **Website Builder** & **PVP Specialist**

* In-Game Username : T3MPL4R&#x20;
* Discord Username : AzteckiA

3. **EvilSenpai** from **USA**, as the **Translator**, **Insider's Information Leaks**, **Discord Admin** , **Team-Building Guider** & **PVP Specialist**

* In-Game Username : EvilSenpai&#x20;
* Discord Username : EvilSenpai

4. **Salvador** from **Chile**, as the **Storyline Translator** & **Website Content Manager**

* In-Game Username : Salva&#x20;
* Discord Username : Salva

5. **Honorable Mentions :**

* Yukimikan from Rearise Discord&#x20;
* Alvinyl from Rearise Discord
* Nasirlord from Rearise Discord


---

# 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://dnccodex.gitbook.io/digimon-new-century-ultra-codex/readme.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.
