> 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/brand/zh/what-would-you-like-to-learn-about/platform-features/protect-and-monitor-your-performance-program/social-monitoring/create-a-social-violation.md).

# 创建社交违规

{% hint style="info" icon="lock" %}
此功能仅适用于特定的 impact.com 版本或附加组件。请联系我们以升级您的账户并获取访问权限！
{% endhint %}

1. 从左侧导航栏中，选择 ![](/files/03e28afa659ac04a9ba6d0d62e867c1d13554cb1) **\[保护]** → **监控** → **社交**.
2. 在 *社交* 屏幕上，将鼠标悬停在要创建违规的帖子上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **创建违规**.
3. 查看 *社交* 和 *违规* 信息：

<details>

<summary>社交信息参考</summary>

| 字段     | 说明            |
| ------ | ------------- |
| 账号名    | 与该违规相关的社交账号名。 |
| 详情     | 该帖子的违规信息。     |
| 受影响的帖子 | 受影响帖子的相关问题明细。 |

</details>

<details>

<summary>违规信息参考</summary>

{% hint style="success" icon="memo" %}
**注意**：违规信息会根据社交审核自动填充，您可以编辑此信息。
{% endhint %}

| 字段   | 说明                                                                                                                     |
| ---- | ---------------------------------------------------------------------------------------------------------------------- |
| 问题   | 在特定社交账号名上发现的问题类型。                                                                                                      |
| 说明   | 问题类型的说明。如果默认说明不够用，请使用此字段描述违规情况。                                                                                        |
| 状态   | <p>使用下拉菜单指明违规状态。状态包括：</p><p>• 新建</p><p>• 进行中</p><p>• 已阻止</p><p>• 已完成</p><p>• 已批准</p><p>• 已拒绝</p><p>• 无效</p><p>• 重复</p> |
| 严重程度 | 使用下拉菜单指明违规的严重程度——通常，越严重的违规表示应尽快解决。                                                                                     |
| 到期日期 | 使用日历和时间下拉菜单指明由创建者解决违规的截止日期。                                                                                            |
| 附件   | 如有相关内容，请选择 **选择文件** （或拖放）与此违规相关的文件（例如，违规本身的截图）。                                                                        |
| 备注   | 使用文本字段添加有关此违规的评论。设置为 **公开**时，所有相关方（即创建者、您以及其他账户成员）都可以看到。设置为 **私密**时，只有您和其他账户成员（不包括创建者）可以看到。                            |

</details>

4. 选择 **保存**.


---

# 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/brand/zh/what-would-you-like-to-learn-about/platform-features/protect-and-monitor-your-performance-program/social-monitoring/create-a-social-violation.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.
