> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/company-settings/ai-sdr/feedbacks.md).

# フィードバック管理

フィードバック管理では、チャット履歴から登録されたフィードバックを一覧で確認・管理できます。

## フィードバック管理とは

フィードバック管理とは、[チャット履歴](/company-settings/ai-sdr/chat-history.md)から登録されたフィードバックを一覧で確認・管理する画面です。ここに登録されたフィードバックはAIの応答改善に使用されます。

## フィードバック管理でできること

| 機能           | 説明                     |
| ------------ | ---------------------- |
| フィードバック一覧の閲覧 | 登録されたフィードバックを一覧で確認できます |
| フィードバックの削除   | 不要なフィードバックを削除できます      |

## フィードバック一覧

### 表示項目

| 項目        | 説明                         |
| --------- | -------------------------- |
| 元メッセージ    | フィードバックが付与されたAIの応答メッセージの内容 |
| フィードバック内容 | 管理者が記入したフィードバックの内容         |

## フィードバックの削除

フィードバック一覧の各フィードバックにある削除アイコンをクリックすると、フィードバックを削除できます。削除したフィードバックは復元できません。

### 注意事項

* フィードバックを削除すると、そのフィードバック内容はAIのプロンプトから除外され、以降の応答改善には使用されなくなります
* フィードバックの登録は[チャット履歴](/company-settings/ai-sdr/chat-history.md)画面から行います


---

# 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://docs.immedio.io/company-settings/ai-sdr/feedbacks.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.
