> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/creator-edit-configuration/creator-edit-sign-in-explained.md).

# Creator Editへのサインインの解説

お客様のCreator Editポータルは、許可されたクリエイターのみがアクセスできるよう、impact.comによってパスワード保護されています。公開後は、クリエイターは2つの方法のいずれかでポータルにアクセスできます。プログラムへの参加を申請するか、すでに参加済みであれば既存のアカウントでサインインして、ストアフロントの管理を開始できます。

#### 公開前

Creator Editポータルが一般公開される前に、保護のためパスワードページが追加されます。これにより、セットアップ中にクリエイターやそのオーディエンスがアクセスするのを防ぎます。ポータルが [完全に設定され](/brand/ja/what-would-you-like-to-learn-about/creator-edit-configuration/general-settings/set-up-your-portals-general-settings.md) 公開準備が整うと、impact.comがパスワードページを削除し、完了次第お知らせします。

{% hint style="danger" %}
**警告：** パスワードページが有効な間は、Creator Editポータルのリンクを共有しないでください。そうしないと、クリエイターがポータルにアクセスしづらくなり、オンボーディング体験に影響します。
{% endhint %}

#### 公開後

Creator Editポータルがクリエイターに公開されると、次の2つの方法でポータルにアクセスできます。

* **今すぐ申し込む** ・あなたのプログラムへの参加に関心のあるクリエイターは、こちらから申請できます。申請プロセスでは、関連情報の入力が必要です。完了後、ブランドとの提携資格を確認するため、申請内容をあなたが審査し、承認後にアクセス権が付与されます。
* **サインイン** ・既存のポータルアカウントを持ち、あなたのプログラムに参加済みのクリエイターは、こちらからサインインします。メールアドレスとパスワードを入力すると、Creator Editポータルに直接アクセスでき、ストアフロントの管理やプログラムリソースへのアクセスが可能になります。


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/creator-edit-configuration/creator-edit-sign-in-explained.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.
