> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ja/hajimeni/introduction-1.md).

# コミュニティに参加する

World Creatorは単なるツール以上の存在です — 世界中のアーティスト、開発者、スタジオが集う成長するコミュニティです。

私たちとつながり、作品を共有し、質問をし、サポートを受け、最新のニュースやアップデートを受け取り続けてください。

### フォーラム \* <mark style="color:赤;">新着</mark>

公式フォーラムに参加して、構造化された議論、機能要望、チュートリアル、バグ報告を行ってください。\
コミュニティやチームとつながるための集中できる気の散らない場です。

👉 アカウントを作成して今日から投稿を始めましょう： [forum.world-creator.com](https://forum.world-creator.comforum.world-creator.com)<br>

### Discord

リアルタイムでのコミュニティ交流のためにDiscordサーバーに参加してください。\
他のユーザーとチャットしたり、作品を披露したり、コミュニティのサポートを受けたりできます。

👉 会話に参加する： [World Creator Discordサーバー](https://discord.gg/worldcreator)<br>

### Reddit \* <mark style="color:赤;">新着</mark>

議論に参加し、作品を共有し、地形や環境に興味のある他の人々とつながりましょう。

👉 会話に参加する： [r/WorldCreator](https://www.reddit.com/r/WorldCreator/)<br>

### YouTube

チュートリアル、アップデート紹介、開発の舞台裏、ライブ配信のために私たちのYouTubeチャンネルを購読してください。

👉 最新の機能やワークフローのヒントを見逃さないで： [www.youtube.com/@worldcreator3d](https://www.youtube.com/@worldcreator3d)<br>

### Twitter / X

速報、機能のハイライト、発表、先行公開のためにフォローしてください。

👉 情報を受け取り続ける： <https://x.com/worldcreator3d><br>

### Instagram

World Creatorで作られた美しいレンダリングや環境アートを発見してください。

👉 インスピレーションを得る： <https://www.instagram.com/worldcreator3d/>

私たちは心から、あなたをコミュニティに歓迎し、World Creatorで生み出される素晴らしい作品を見ることを楽しみにしています。


---

# 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.world-creator.com/ja/hajimeni/introduction-1.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.
