> 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/assign-license.md).

# ライセンスの割り当て

World Creatorの購入に成功すると、あなたの個人ログイン情報（ユーザー名／パスワード）を記載したメールが当社から届きます。これらは、当社ウェブサイトのカスタマーポータルにログインするために必要です。そこでは、プロフィールやライセンスの管理、World Creatorアプリケーションのダウンロード、請求書の閲覧、バグ報告、機能リクエスト、サンプル、素材、ブリッジツールのダウンロードができます。

World Creatorをダウンロードして有効化する前に、当社ウェブサイトのカスタマーポータルへログインする必要があります。

<figure><img src="/files/3bc2c9a1175a0208ffd7134b1caea7f49eae8b0b" alt=""><figcaption></figcaption></figure>

ユーザーアイコン（上の画像を参照）をクリックすると、ログインダイアログが開きます:

<figure><img src="/files/717d7e43288c8ce1f0a806e681fb0a467b5d2873" alt=""><figcaption></figcaption></figure>

正常にログインすると、カスタマーポータルの内容が表示されます:

<figure><img src="/files/a151a4f7da20e96b921e3464922600fb772fa85d" alt=""><figcaption></figcaption></figure>

License Hubでは、現在有効なライセンス、メンテナンス、サブスクリプション、席の割り当て、利用可能なアカウント操作を確認できます:

<figure><img src="/files/7e6cd426b302669ad71b22ca42f3fab98ec78dc5" alt=""><figcaption></figcaption></figure>

次をクリックしてください **割り当て** ボタン:

<figure><img src="/files/2fb466c5c116f321b12e4ca71498016da8603096" alt=""><figcaption></figcaption></figure>

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/assign-license.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.
