> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/menu/settings/conversation/satisfaction.md).

# 满意度

对话结束后，系统可自动邀请访客为本次服务进行评价；客服也可于对话过程中主动发送满意度邀请，让访客针对服务体验进行评分。

## 简介

「满意度」用于邀请访客针对本次服务进行评价，协助企业了解客户体验，并作为后续优化服务流程的重要参考依据。

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FQ5YLZJCDUvEcOn3av0gU%2Fimage.png?alt=media&amp;token=bda9edd2-6fdf-4a6a-a69c-259ad2cddebc" alt=""><figcaption></figcaption></figure>

客服可于对话过程中主动发送满意度邀请，也可于对话结束后由系统自动发送评价邀请。

***

## 页面内容

本页面包含以下内容。

### 自动发送满意度邀请

开启后，系统会于对话结束时自动发送评价邀请。

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FWBlmTHflCjRZfvV0mtF2%2Fimage.png?alt=media&amp;token=aece5346-a430-4bdb-824a-b37a9ec39fb7" alt=""><figcaption><p>访客端画面</p></figcaption></figure>

***

### 主动发送满意度邀请

客服可于对话过程中主动发送满意度邀请，让访客立即进行评价。

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FCU7cYQx17fERExUxzElP%2Fimage.png?alt=media&amp;token=3cd02b9e-3118-4883-988d-5b50567b6c77" alt=""><figcaption><p>客服端画面</p></figcaption></figure>

***

### 满意度评分结果

系统会记录访客的评分结果，供后续查看与分析。

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FmuHI5eFjmfQLwdohY72N%2Fimage.png?alt=media&amp;token=5fdea6c4-cfd9-417b-b18f-5410908a3b88" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2Fw1le1fJ63xc5YZlURUBR%2Fimage.png?alt=media&amp;token=bef552f8-f87d-48a9-a148-0d2a3fc47ad5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

#### 提醒

建议于问题处理完成后发送满意度邀请，以提高访客填写意愿与评价准确度。
{% endhint %}

***

#### 下一步

完成满意度设置后，即可前往「分配规则」，设置对话分配方式。

***


---

# 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://aican.gitbook.io/aican/aican-system/menu/settings/conversation/satisfaction.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.
