> 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-resources/create-and-edit-creator-resources.md).

# 创建并编辑创作者资源

创作者资源是任何额外内容，例如指南、模板和帮助材料，可能对创作者有启发并有用。

{% hint style="warning" %}
**重要：** 要将资源添加到你的页面，你必须托管它们并拥有一个 URL。
{% endhint %}

#### 创建资源

{% tabs %}
{% tab title="在你的 Creator Edit 门户中" %}

1. 在右上角，选择你的 **\<Name>** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** → **管理员**.
2. 从左侧导航菜单中，选择 **创作者资源**.
3. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[开启]** 该 *创作者资源* 部分。
4. 选择 ![](/files/a4d92afe6e302635e52a9d3b155bca7a8dedb2ea) **创建资源**.
5. 完成以下信息：
   * **标题：** （必填）资源名称。
   * **副标题：** （必填）资源的副标题。
   * **描述：** （必填）内容的简要介绍。
   * **URL：** （必填）资源托管所在的 URL。
   * **语言**：资源所使用的语言。选择后，该资源仅对使用指定语言的创作者可见。
   * **封面图片：** （必填）显示在资源卡片上的图片。图片要求：
     * 文件格式：.png、.jpg 或 .webp
     * 分辨率：72 PPI
     * 纵横比： 1:1
   * **位置：** （必填）资源从左上到右下的顺序。
   * **状态：** 是否显示或隐藏该资源。
6. 选择 **创建**.
   {% endtab %}

{% tab title="来自 impact.com" %}

1. 从顶部导航栏中，选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料]** → **设置**.
2. 在右侧，位于 *程序设置*下，前往 **Creator Edit** → [**创作者资源**](https://app.impact.com/secure/advertiser/fr/branded-portal/creator-resources.ihtml)**.**
3. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[开启]** 该 *创作者资源* 部分。
4. 在 *资源* 部分中，选择 **创建**.
5. 在 *创建资源* 窗口，完成以下信息：
   * **标题：** 资源名称。
   * **副标题：** 资源的副标题。
   * **资源描述：** 内容的简要介绍。
   * **资源链接：** 资源托管所在的 URL。
   * **语言**：资源所使用的语言。选择后，该资源仅对使用指定语言的创作者可见。
   * **图片：** 显示在资源卡片上的图片。图片要求：
     * 文件格式：.png 或 .jpg
     * 分辨率：72 PPI
     * 纵横比： 1:1
   * **位置：** 资源从左上到右下的顺序。
   * **状态：** 是否显示或隐藏该资源。
6. 选择 **创建**.
   {% endtab %}
   {% endtabs %}

<div data-with-frame="true"><figure><img src="/files/4696c8bdb01e6be1cff137d744c4350cab7d5b9b" alt=""><figcaption></figcaption></figure></div>

#### 编辑你的资源

{% tabs %}
{% tab title="禁用创作者资源" %}

* 在 *创作者资源* 部分， ![](/files/c2dcdffe00f000bd34f794287e3006cfa55e8ce8) **\[关闭]** 以在你的顶部导航菜单中隐藏此部分。
  {% endtab %}

{% tab title="编辑创作者资源部分名称" %}

* 在 *部分名称*下，你可以重命名资源中心。
  {% endtab %}

{% tab title="编辑单个资源" %}

1. 找到你想要的资源并选择 **编辑**.
2. 进行你想要的更改，然后选择 **提交**.
   * 选择 **保存** 如果你在 impact.com 平台中。
     {% endtab %}
     {% endtabs %}


---

# 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-resources/create-and-edit-creator-resources.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.
