> 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/zh/what-would-you-like-to-learn-about/creator-edit-configuration/creator-edit-sign-in-explained.md).

# 创作者编辑登录详解

您的 Creator Edit 门户由 impact.com 设置了密码保护，以确保只有经授权的创作者才能访问。启动后，创作者可以通过两种方式访问您的门户——要么申请加入您的计划，要么（如果他们已经加入）使用现有账号登录，开始管理他们的店面。

#### 上线前

在您的 Creator Edit 门户对外公开之前，系统会添加一个密码页面以保护它。这可防止创作者及其受众在设置期间访问该门户。当您的门户 [完全配置好](/brand/zh/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 门户向创作者开放后，他们将可以通过两种方式访问该门户：

* **立即申请** - 有意加入您计划的创作者可以在此申请。申请流程包括提供相关信息。完成后，您将审核他们的申请，以确认其是否有资格在获得访问权限前与您的品牌合作。
* **登录** - 已有门户账号且已加入您计划的创作者可在此登录。他们必须输入电子邮件和密码，即可直接访问 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/zh/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.
