> 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/account-administration/program-settings/exception-lists/manage-your-exception-lists.md).

# 管理您的例外列表

在您创建 [category](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md#create-a-category-exception-list-0-0), [SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md#create-a-sku-exception-list-0-2)，或 [促销代码](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-promo-code-exception-lists.md) 异常列表后，您可以执行其他操作，例如编辑、查看和下载该列表。

1. 从顶部导航栏中选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
2. 在 *项目* 列，滚动到 *例外列表* 并选择您要管理的异常列表。
   * 进入异常列表页面后，您可以通过选择可用标签在不同异常列表之间切换，例如 **异常列表（类别）**, **SKU 异常列表**，或 **促销代码例外列表**.
3. 将鼠标悬停在您要管理的异常列表上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[More]**.
4. 根据异常列表类型，选择以下操作之一：
   * **编辑：** 更改异常列表的 *名称*, *关联事件类型*，或 *匹配表达式*.
   * **添加商品/促销代码：** 直接添加更多商品或促销代码，或上传 CSV 或 Excel 文件。
   * **查看商品/促销代码：** 查看某个特定异常列表中的所有商品或促销代码。
   * **清除商品/促销代码：** 从您的异常列表中移除所有商品或促销代码。
   * **停用：** 停用您的异常列表。如果您在不将其从模板条款中移除的情况下停用异常列表，该异常列表仍会显示在模板条款中，但付款规则不会应用于合作伙伴。
   * **下载 CSV：** 将异常列表下载为 CSV 文件。


---

# 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/account-administration/program-settings/exception-lists/manage-your-exception-lists.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.
