> 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通りの方法でポータルにアクセスできます。1つはプログラムへの参加を申請する方法、もう1つは、すでに参加済みの場合に既存のアカウントでサインインしてストアフロントの管理を開始する方法です。

#### 公開前

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.
