> For the complete documentation index, see [llms.txt](https://docs.redx-project.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redx-project.com/jp/intorodakushon.md).

# イントロダクション

はじめに

REDXプロジェクトは、Web3を活用して革新的なエンタテインメント体験を創造し、持続可能なグローバルエンタテインメント経済圏の構築を目指しています。

東京タワーをグランドゼロとし、RED° TOKYO TOWERを拠点に、ファン・クリエイター・コンテンツ(IP)・投資家・パートナーが集うWeb3のハブを確立。REDXトークンを基軸に、オンライン・オフラインを融合した次世代エンタテインメント体験を世界へ展開します。

Web3の可能性を最大限に活用し、世界中のファンがコンテンツに簡単にアクセスできる環境を構築。参加型のコンテンツ創造と消費の促進により、エンタテインメント業界に新たな価値を提供します。

この取り組みを通じて、クリエイターとファンが共に成長し、支え合う新しいエンタテインメントの形を実現します。

{% embed url="<https://www.youtube.com/watch?v=6lVSgu0dPGk>" %}
REDX Teaser Movie
{% endembed %}


---

# 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://docs.redx-project.com/jp/intorodakushon.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.
