> For the complete documentation index, see [llms.txt](https://captain-tsubasa-rivals.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captain-tsubasa-rivals.gitbook.io/en/project-goals.md).

# Project Goals

## From the Producer

Hello everyone. I am Shun Fujiyoshi, the producer of "Captain Tsubasa - RIVALS-".&#x20;

I am a big fan of Captain Tsubasa and was lucky to have been part of several Captain Tsubasa games as a game developer.

The new experience that blockchain games have brought us has fascinated me, and I have been thinking about what I could possibly create using this new technology while spending a lot of time playing blockchain games as a fellow gamer.

The inspiration for this project was the feeling inside me saying, "I want to play blockchain games with my favorite IPs and characters".

It has been a while since the common saying "blockchain technology has brought new game experiences" has been established. Although from a gameplay perspective, I think there is yet space where we could build engaging content for users.

And here, my goal is to spread the word about "Captain Tsubasa," a work that I truly love, and to create new entertainment out of it.

I am humbled to take this exciting challenge together with everyone.

In this white paper, I would like to introduce some of the challenges and solutions for blockchain games that we believe must be overcome to make it happen.


---

# 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://captain-tsubasa-rivals.gitbook.io/en/project-goals.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.
