> 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 登录说明

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