> 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.
