> 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/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

# 回复品牌调查

品牌可能会在你注册其计划时或加入其计划后向你发送问卷调查。

#### 回应新的调查问卷

1. 在顶部导航菜单中，选择 **发现** → **调查问卷**.
   * 你会看到一个 ![](/files/1399d88b44315d6195b2e8532b50bf88767feed6) **\[通知徽章]** 如果品牌向你发送新的调查问卷，这里会显示。
2. 确保 *调查问卷* 选项卡已被选中，将鼠标悬停在一个进行中的调查上，然后选择 **回应**.
   * 请参阅 *状态* 列中，位于 *调查问卷* 屏幕以识别活动状态。
3. 填写滑出面板中的问题并选择 **提交**.

   * 带有 \* 的问题 **\[星号]** 为必填项。

   <div data-with-frame="true"><figure><img src="/files/bf63f168df72fe0250ac8ad5221773abc9cae762" alt="" width="375"><figcaption></figcaption></figure></div>

#### 编辑已完成的调查回复

品牌可以选择允许对其某些调查的回复进行编辑。你将能够编辑这些调查中的回复。

{% hint style="info" %}
**注意：** 如果编辑选项不可见，则表示品牌已禁用此选项，你只能查看你的回复。
{% endhint %}

1. 从 *调查问卷* 屏幕上，将鼠标悬停在已完成的调查上，然后选择 **编辑回复**.
   * 请参阅 *状态* 列中，位于 *调查问卷* 屏幕以识别已完成状态。
2. 在调查的滑出面板中，编辑你的答案并选择 **提交**.

<details>

<summary>查看你已编辑的回复历史</summary>

1. 在主 *调查问卷* 屏幕上，选择 **回复** 选项卡。
2. 导航到你想查看回复历史的问题。
3. 将鼠标悬停在该回复上，然后选择 **查看历史**.

   * 在这里，你可以查看你记录的所有回复。

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

</details>


---

# 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/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/surveys/respond-to-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.
