> 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# 管理品牌问卷

品牌可能会向您发送调查问卷供您填写，以收集信息来加强现有合作关系，或者在招募阶段了解您的目标和兴趣。

了解如何 [回复调查问卷](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. 在顶部导航栏中，选择 **发现** → **调查问卷**.
2. 选择一个选项卡，以在查看您的 **调查问卷** 以及您的 **回复**.

{% tabs %}
{% tab title="调查问卷" %}

| 列说明          | 说明                                                                            |
| ------------ | ----------------------------------------------------------------------------- |
| ID           | 该调查问卷的唯一识别编号。                                                                 |
| 名称           | 该调查问卷的名称。                                                                     |
| 品牌           | 该品牌的名称。                                                                       |
| 状态           | 调查问卷状态： *有效* 或 *已完成*.                                                         |
| 最后更新         | <p>对调查问卷进行最后编辑的日期。</p><p><strong>注意：</strong> 只有在品牌启用了可编辑回复时，您才能编辑您的调查回复。</p> |
| 结束日期         | 调查问卷到期的日期。                                                                    |
| {% endtab %} |                                                                               |

{% tab title="回复" %}

| 列说明           | 说明                 |
| ------------- | ------------------ |
| 回复日期          | 您回复该调查问卷的日期。       |
| 调查问卷          | 该调查问卷的名称。          |
| 品牌            | 创建该调查问卷的品牌。        |
| 问题            | 与该调查问卷相关的问题。       |
| 回复            | 您对该问题的记录回复。        |
| 用户邮箱          | 您的合作伙伴账户用户的电子邮件地址。 |
| {% endtab %}  |                    |
| {% endtabs %} |                    |

3. 使用下面的筛选工具搜索或筛选您的调查问卷 *调查问卷*.
   * **搜索栏：** 通过搜索名称或 ID 来筛选您的调查问卷。
   * **品牌：** 按发送该调查问卷的品牌进行筛选。


---

# 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/working-with-brands/surveys/manage-brand-surveys.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.
