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