> 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/ja/nitsuitebitaidesuka/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

# ブランドアンケートに回答する

ブランドは、プログラムに申し込んだとき、または参加後にアンケートを送ることがあります。

#### 新しいアンケートに回答する

1. 上部のナビゲーションメニューから、 **ディスカバー** → **アンケート**.
   * 次のものが表示されます ![](/files/b7dfddef87fb1f2e4c49d986e417363c9cd1943f) **\[通知バッジ]** ブランドが新しいアンケートを送ってきた場合、ここに表示されます。
2. 次のことを確認してください *アンケート* タブが選択されていることを確認し、進行中のアンケートにカーソルを合わせてから、次を選択します **回答する**.
   * 以下の *ステータス* 列に *アンケート* 画面で完了済みステータスを確認してください。
3. スライドアウト内の質問に回答し、次を選択します **送信**.

   * ＊が付いた質問 **\[アスタリスク]** は必須です。

   <div data-with-frame="true"><figure><img src="/files/96c07c7325dabcfd0ee219a0b377797266c1963d" 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/7ef6b5fe600e2bd7ec2ae6e0ae399b946623da4f" 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/ja/nitsuitebitaidesuka/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.
